#31762E

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

Shades of Japanese Laurel #31762E

Tints of Japanese Laurel #31762E

Color information

#31762E (or 0x31762E) is unknown color: approx Japanese Laurel. HEX triplet: 31, 76 and 2E. RGB value is (49,118,46). Sum of RGB (Red+Green+Blue) = 49+118+46=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #31762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31762E is #CE89D1. Grayscale: #595959. Windows color (decimal): -13535698 or 3044913. OLE color: 3044913.

HSL color Cylindrical-coordinate representation of color #31762E: hue angle of 117.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31762E is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB4911846-
CMYK0.5800.610.54
HSL117.5º43.9%32.16%-
HSV(B)117.5º61.02%46.27%-
XYZ8.2413.814.82-
YUV89.16103.6499.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=23.00%
G=55.40%
B=21.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118460.5800.610.54117.543.932.16
Hex31762E3A03D36762c20
Octal611665672075661665440
Binary110001111011010111011101001111011101101110110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31762E; }

 p { color: rgb(49,118,46); }

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

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

 a { background-color: rgb(49,118,46); }

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

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

 span { border-color: rgb(49,118,46); }

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