Html Css Color HEX #53752C Green Leaf

📋 copy color: '#53752C'

red 83 ◦ green 117 ◦ blue 44

#53752C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #53752C

Tints of Green Leaf #53752C

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 value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#53752C (or 0x53752C) is known color: 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

RGB 83 117 44 -
CMYK 0.29 0 0.62 0.54
HSL 87.95º 0.45% 0.32% -
HSV(B) 87.95º 0.62% 0.46% -
XYZ 10.38 14.74 4.68 -
YUV 98.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 83 117 44 0.29 0 0.62 0.54 87.95 0.45 0.32
Hex 53 75 2C 1D 0 3E 36 58 2D 20
Octal 123 165 54 35 0 76 66 130 55 40
Binary 1010011 1110101 101100 11101 0 111110 110110 1011000 101101 100000

Color Harmonies of #53752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53752C

Black with #53752C

Text Example


Text Example

White with #53752C

Text Example


Text Example

HTML Codes & Css Web 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>