#31772F

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

Shades of Japanese Laurel #31772F

Tints of Japanese Laurel #31772F

Color information

#31772F (or 0x31772F) is unknown color: approx Japanese Laurel. HEX triplet: 31, 77 and 2F. RGB value is (49,119,47). Sum of RGB (Red+Green+Blue) = 49+119+47=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #31772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31772F is #CE88D0. Grayscale: #5A5A5A. Windows color (decimal): -13535441 or 3110705. OLE color: 3110705.

HSL color Cylindrical-coordinate representation of color #31772F: hue angle of 118.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31772F is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB4911947-
CMYK0.5900.610.53
HSL118.33º43.37%32.55%-
HSV(B)118.33º60.5%46.67%-
XYZ8.3814.054.96-
YUV89.86103.8198.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 119 (46.88% from 255) = 55.35%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=22.79%
G=55.35%
B=21.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119470.5900.610.53118.3343.3732.55
Hex31772F3B03D35762b21
Octal611675773075651665341
Binary110001111011110111111101101111011101011110110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31772F; }

 p { color: rgb(49,119,47); }

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

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

 a { background-color: rgb(49,119,47); }

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

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

 span { border-color: rgb(49,119,47); }

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