#35762E

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

Shades of Japanese Laurel #35762E

Tints of Japanese Laurel #35762E

Color information

#35762E (or 0x35762E) is unknown color: approx Japanese Laurel. HEX triplet: 35, 76 and 2E. RGB value is (53,118,46). Sum of RGB (Red+Green+Blue) = 53+118+46=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #35762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35762E is #CA89D1. Grayscale: #5A5A5A. Windows color (decimal): -13273554 or 3044917. OLE color: 3044917.

HSL color Cylindrical-coordinate representation of color #35762E: hue angle of 114.17º 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 #35762E is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB5311846-
CMYK0.5500.610.54
HSL114.17º43.9%32.16%-
HSV(B)114.17º61.02%46.27%-
XYZ8.4413.914.83-
YUV90.36102.97101.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=24.42%
G=54.38%
B=21.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118460.5500.610.54114.1743.932.16
Hex35762E3703D36722c20
Octal651665667075661625440
Binary110101111011010111011011101111011101101110010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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