#317942

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

Shades of Japanese Laurel #317942

Tints of Japanese Laurel #317942

Color information

#317942 (or 0x317942) is unknown color: approx Japanese Laurel. HEX triplet: 31, 79 and 42. RGB value is (49,121,66). Sum of RGB (Red+Green+Blue) = 49+121+66=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #317942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317942 is #CE86BD. Grayscale: #5D5D5D. Windows color (decimal): -13534910 or 4356401. OLE color: 4356401.

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

Color convert

RGB4912166-
CMYK0.6000.450.53
HSL134.17º42.35%33.33%-
HSV(B)134.17º59.5%47.45%-
XYZ9.0914.727.52-
YUV93.2112.6596.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 121 (47.66% from 255) = 51.27%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=20.76%
G=51.27%
B=27.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121660.6000.450.53134.1742.3533.33
Hex3179423C02D35862a21
Octal6117110274055652065241
Binary11000111110011000010111100010110111010110000110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317942; }

 p { color: rgb(49,121,66); }

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

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

 a { background-color: rgb(49,121,66); }

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

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

 span { border-color: rgb(49,121,66); }

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