#317840

Color #317840 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #317840

Tints of Japanese Laurel #317840

Color information

#317840 (or 0x317840) is unknown color: approx Japanese Laurel. HEX triplet: 31, 78 and 40. RGB value is (49,120,64). Sum of RGB (Red+Green+Blue) = 49+120+64=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #317840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317840 is #CE87BF. Grayscale: #5C5C5C. Windows color (decimal): -13535168 or 4225073. OLE color: 4225073.

HSL color Cylindrical-coordinate representation of color #317840: hue angle of 132.68º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317840 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB4912064-
CMYK0.5900.470.53
HSL132.68º42.01%33.14%-
HSV(B)132.68º59.17%47.06%-
XYZ8.9114.467.17-
YUV92.39111.9897.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=21.03%
G=51.50%
B=27.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120640.5900.470.53132.6842.0133.14
Hex3178403B02F35852a21
Octal6117010073057652055241
Binary11000111110001000000111011010111111010110000101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317840; }

 p { color: rgb(49,120,64); }

 H1.HeaderClassName
 {
   color: #317840;
 }
 .AnyTagClassName
 {
   color: #317840;
 }
</style>
background-color css

<style>
 a { background-color: #317840; }

 a { background-color: rgb(49,120,64); }

 div.DivClassName
 {
   background-color: #317840;
 }
 .BgClassName
 {
   background-color: #317840;
 }
</style>
border-color css

<style>
 span { border-color: #317840; }

 span { border-color: rgb(49,120,64); }

 td.TdClassName
 {
   border-color: #317840;
 }
 .TagClassName
 {
   border-color: #317840;
 }
</style>