#53752C

Color #53752C Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #53752C

Tints of Green Leaf #53752C

Color information

#53752C (or 0x53752C) is unknown color: approx Green Leaf. HEX triplet: 53, 75 and 2C. RGB value is (83,117,44). Sum of RGB (Red+Green+Blue) = 83+117+44=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #53752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53752C is #AC8AD3. Grayscale: #626262. Windows color (decimal): -11307732 or 2913619. OLE color: 2913619.

HSL color Cylindrical-coordinate representation of color #53752C: hue angle of 87.95º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53752C is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB8311744-
CMYK0.2900.620.54
HSL87.95º45.34%31.57%-
HSV(B)87.95º62.39%45.88%-
XYZ10.3814.744.68-
YUV98.5197.24116.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 44 (17.58% from 255) = 18.03%
R=34.02%
G=47.95%
B=18.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83117440.2900.620.5487.9545.3431.57
Hex53752C1D03E36582d20
Octal1231655435076661305540
Binary101001111101011011001110101111101101101011000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,117,44); }

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

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

 a { background-color: rgb(83,117,44); }

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

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

 span { border-color: rgb(83,117,44); }

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