#35772C

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

Shades of Japanese Laurel #35772C

Tints of Japanese Laurel #35772C

Color information

#35772C (or 0x35772C) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 2C. RGB value is (53,119,44). Sum of RGB (Red+Green+Blue) = 53+119+44=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #35772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35772C is #CA88D3. Grayscale: #5A5A5A. Windows color (decimal): -13273300 or 2914101. OLE color: 2914101.

HSL color Cylindrical-coordinate representation of color #35772C: hue angle of 112.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35772C is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB5311944-
CMYK0.5500.630.53
HSL112.8º46.01%31.96%-
HSV(B)112.8º63.03%46.67%-
XYZ8.5214.134.66-
YUV90.72101.63101.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=24.54%
G=55.09%
B=20.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119440.5500.630.53112.846.0131.96
Hex35772C3703F35712e20
Octal651675467077651615640
Binary110101111011110110011011101111111101011110001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35772C; }

 p { color: rgb(53,119,44); }

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

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

 a { background-color: rgb(53,119,44); }

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

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

 span { border-color: rgb(53,119,44); }

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