#317935

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

Shades of Japanese Laurel #317935

Tints of Japanese Laurel #317935

Color information

#317935 (or 0x317935) is unknown color: approx Japanese Laurel. HEX triplet: 31, 79 and 35. RGB value is (49,121,53). Sum of RGB (Red+Green+Blue) = 49+121+53=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #317935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317935 is #CE86CA. Grayscale: #5B5B5B. Windows color (decimal): -13534923 or 3504433. OLE color: 3504433.

HSL color Cylindrical-coordinate representation of color #317935: hue angle of 123.33º 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 #317935 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB4912153-
CMYK0.6000.560.53
HSL123.33º42.35%33.33%-
HSV(B)123.33º59.5%47.45%-
XYZ8.7514.585.72-
YUV91.72106.1597.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 121 (47.66% from 255) = 54.26%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=21.97%
G=54.26%
B=23.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121530.6000.560.53123.3342.3533.33
Hex3179353C038357b2a21
Octal611716574070651735241
Binary110001111100111010111110001110001101011111011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317935; }

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

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

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

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

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

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

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

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