#317640

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

Shades of Japanese Laurel #317640

Tints of Japanese Laurel #317640

Color information

#317640 (or 0x317640) is unknown color: approx Japanese Laurel. HEX triplet: 31, 76 and 40. RGB value is (49,118,64). Sum of RGB (Red+Green+Blue) = 49+118+64=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #317640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317640 is #CE89BF. Grayscale: #5B5B5B. Windows color (decimal): -13535680 or 4224561. OLE color: 4224561.

HSL color Cylindrical-coordinate representation of color #317640: hue angle of 133.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317640 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB4911864-
CMYK0.5800.460.54
HSL133.04º41.32%32.75%-
HSV(B)133.04º58.47%46.27%-
XYZ8.6713.987.09-
YUV91.21112.6497.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=21.21%
G=51.08%
B=27.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118640.5800.460.54133.0441.3232.75
Hex3176403A02E36852921
Octal6116610072056662055141
Binary11000111101101000000111010010111011011010000101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317640; }

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

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

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

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

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

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

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

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