#317639

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

Shades of Japanese Laurel #317639

Tints of Japanese Laurel #317639

Color information

#317639 (or 0x317639) is unknown color: approx Japanese Laurel. HEX triplet: 31, 76 and 39. RGB value is (49,118,57). Sum of RGB (Red+Green+Blue) = 49+118+57=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #317639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317639 is #CE89C6. Grayscale: #5A5A5A. Windows color (decimal): -13535687 or 3765809. OLE color: 3765809.

HSL color Cylindrical-coordinate representation of color #317639: hue angle of 126.96º 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 #317639 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB4911857-
CMYK0.5800.520.54
HSL126.96º41.32%32.75%-
HSV(B)126.96º58.47%46.27%-
XYZ8.4813.916.11-
YUV90.42109.1498.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 118 (46.48% from 255) = 52.68%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=21.88%
G=52.68%
B=25.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118570.5800.520.54126.9641.3232.75
Hex3176393A034367f2921
Octal611667172064661775141
Binary110001111011011100111101001101001101101111111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317639; }

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

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

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

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

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

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

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

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