#35782E

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

Shades of Japanese Laurel #35782E

Tints of Japanese Laurel #35782E

Color information

#35782E (or 0x35782E) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 2E. RGB value is (53,120,46). Sum of RGB (Red+Green+Blue) = 53+120+46=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #35782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35782E is #CA87D1. Grayscale: #5B5B5B. Windows color (decimal): -13273042 or 3045429. OLE color: 3045429.

HSL color Cylindrical-coordinate representation of color #35782E: hue angle of 114.32º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35782E is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB5312046-
CMYK0.5600.620.53
HSL114.32º44.58%32.55%-
HSV(B)114.32º61.67%47.06%-
XYZ8.6814.394.9-
YUV91.53102.3100.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 46 (18.36% from 255) = 21.00%
R=24.20%
G=54.79%
B=21.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120460.5600.620.53114.3244.5832.55
Hex35782E3803E35722d21
Octal651705670076651625541
Binary110101111100010111011100001111101101011110010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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