#35782C

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

Shades of Japanese Laurel #35782C

Tints of Japanese Laurel #35782C

Color information

#35782C (or 0x35782C) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 2C. RGB value is (53,120,44). Sum of RGB (Red+Green+Blue) = 53+120+44=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #35782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35782C is #CA87D3. Grayscale: #5B5B5B. Windows color (decimal): -13273044 or 2914357. OLE color: 2914357.

HSL color Cylindrical-coordinate representation of color #35782C: hue angle of 112.89º 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 #35782C is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB5312044-
CMYK0.5600.630.53
HSL112.89º46.34%32.16%-
HSV(B)112.89º63.33%47.06%-
XYZ8.6414.374.7-
YUV91.3101.3100.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 120 (47.27% from 255) = 55.30%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=24.42%
G=55.30%
B=20.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120440.5600.630.53112.8946.3432.16
Hex35782C3803F35712e20
Octal651705470077651615640
Binary110101111100010110011100001111111101011110001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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