#317934

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

Shades of Japanese Laurel #317934

Tints of Japanese Laurel #317934

Color information

#317934 (or 0x317934) is unknown color: approx Japanese Laurel. HEX triplet: 31, 79 and 34. RGB value is (49,121,52). Sum of RGB (Red+Green+Blue) = 49+121+52=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #317934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317934 is #CE86CB. Grayscale: #5B5B5B. Windows color (decimal): -13534924 or 3438897. OLE color: 3438897.

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

Color convert

RGB4912152-
CMYK0.6000.570.53
HSL122.5º42.35%33.33%-
HSV(B)122.5º59.5%47.45%-
XYZ8.7214.585.6-
YUV91.61105.6597.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 121 (47.66% from 255) = 54.50%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=22.07%
G=54.50%
B=23.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121520.6000.570.53122.542.3533.33
Hex3179343C039357a2a21
Octal611716474071651725241
Binary110001111100111010011110001110011101011111010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317934; }

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

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

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

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

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

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

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

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