#317232

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

Shades of Japanese Laurel #317232

Tints of Japanese Laurel #317232

Color information

#317232 (or 0x317232) is unknown color: approx Japanese Laurel. HEX triplet: 31, 72 and 32. RGB value is (49,114,50). Sum of RGB (Red+Green+Blue) = 49+114+50=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #317232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317232 is #CE8DCD. Grayscale: #575757. Windows color (decimal): -13536718 or 3306033. OLE color: 3306033.

HSL color Cylindrical-coordinate representation of color #317232: hue angle of 120.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317232 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB4911450-
CMYK0.5700.560.55
HSL120.92º39.88%31.96%-
HSV(B)120.92º57.02%44.71%-
XYZ7.8612.925.1-
YUV87.27106.97100.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=23.00%
G=53.52%
B=23.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114500.5700.560.55120.9239.8831.96
Hex3172323903837792820
Octal611626271070671715040
Binary110001111001011001011100101110001101111111001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317232; }

 p { color: rgb(49,114,50); }

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

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

 a { background-color: rgb(49,114,50); }

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

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

 span { border-color: rgb(49,114,50); }

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