#35733C

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

Shades of Japanese Laurel #35733C

Tints of Japanese Laurel #35733C

Color information

#35733C (or 0x35733C) is unknown color: approx Japanese Laurel. HEX triplet: 35, 73 and 3C. RGB value is (53,115,60). Sum of RGB (Red+Green+Blue) = 53+115+60=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #35733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35733C is #CA8CC3. Grayscale: #5A5A5A. Windows color (decimal): -13274308 or 3961653. OLE color: 3961653.

HSL color Cylindrical-coordinate representation of color #35733C: hue angle of 126.77º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35733C is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB5311560-
CMYK0.5400.480.55
HSL126.77º36.9%32.94%-
HSV(B)126.77º53.91%45.1%-
XYZ8.4113.346.41-
YUV90.19110.96101.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 115 (45.31% from 255) = 50.44%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=23.25%
G=50.44%
B=26.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115600.5400.480.55126.7736.932.94
Hex35733C36030377f2521
Octal651637466060671774541
Binary110101111001111110011011001100001101111111111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,115,60); }

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

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

 a { background-color: rgb(53,115,60); }

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

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

 span { border-color: rgb(53,115,60); }

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