#35753C

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

Shades of Japanese Laurel #35753C

Tints of Japanese Laurel #35753C

Color information

#35753C (or 0x35753C) is unknown color: approx Japanese Laurel. HEX triplet: 35, 75 and 3C. RGB value is (53,117,60). Sum of RGB (Red+Green+Blue) = 53+117+60=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #35753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35753C is #CA8AC3. Grayscale: #5B5B5B. Windows color (decimal): -13273796 or 3962165. OLE color: 3962165.

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

Color convert

RGB5311760-
CMYK0.5500.490.54
HSL126.56º37.65%33.33%-
HSV(B)126.56º54.7%45.88%-
XYZ8.6513.816.48-
YUV91.37110.3100.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=23.04%
G=50.87%
B=26.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117600.5500.490.54126.5637.6533.33
Hex35753C37031367f2621
Octal651657467061661774641
Binary110101111010111110011011101100011101101111111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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