#317237

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

Shades of Japanese Laurel #317237

Tints of Japanese Laurel #317237

Color information

#317237 (or 0x317237) is unknown color: approx Japanese Laurel. HEX triplet: 31, 72 and 37. RGB value is (49,114,55). Sum of RGB (Red+Green+Blue) = 49+114+55=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #317237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317237 is #CE8DC8. Grayscale: #585858. Windows color (decimal): -13536713 or 3633713. OLE color: 3633713.

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

Color convert

RGB4911455-
CMYK0.5700.520.55
HSL125.54º39.88%31.96%-
HSV(B)125.54º57.02%44.71%-
XYZ7.9712.965.7-
YUV87.84109.47100.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 55 (21.88% from 255) = 25.23%
R=22.48%
G=52.29%
B=25.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114550.5700.520.55125.5439.8831.96
Hex31723739034377e2820
Octal611626771064671765040
Binary110001111001011011111100101101001101111111110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317237; }

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

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

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

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

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

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

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

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