Html Css Color HEX #53752D Green Leaf

📋 copy color: '#53752D'

red 83 ◦ green 117 ◦ blue 45

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

Shades of Green Leaf #53752D

Tints of Green Leaf #53752D

RGB

 RED value IS 83 (32.81% from 255) = 33.88%

 GREEN value IS 117 (46.09% from 255) = 47.76%

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 33.88%
G = 47.76%
B = 18.37%

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

#53752D (or 0x53752D) is known color: Green Leaf. HEX triplet: 53, 75 and 2D. RGB value is (83,117,45). Sum of RGB (Red+Green+Blue) = 83+117+45=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #53752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53752D is #AC8AD2. Grayscale: #626262. Windows color (decimal): -11307731 or 2979155. OLE color: 2979155.

HSL color Cylindrical-coordinate representation of color #53752D: hue angle of 88.33º degrees, saturation: 0.44, 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 #53752D is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 45 -
CMYK 0.29 0 0.62 0.54
HSL 88.33º 0.44% 0.32% -
HSV(B) 88.33º 0.62% 0.46% -
XYZ 10.4 14.75 4.78 -
YUV 98.63 97.74 116.85 -
System Red Green Blue C M Y K H S L
Decimal 83 117 45 0.29 0 0.62 0.54 88.33 0.44 0.32
Hex 53 75 2D 1D 0 3E 36 58 2C 20
Octal 123 165 55 35 0 76 66 130 54 40
Binary 1010011 1110101 101101 11101 0 111110 110110 1011000 101100 100000

Color Harmonies of #53752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53752D

Black with #53752D

Text Example


Text Example

White with #53752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53752D;
 }
 .AnyTagClassName
 {
   color: #53752D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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