Html Css Color HEX #53772D Green Leaf

📋 copy color: '#53772D'

red 83 ◦ green 119 ◦ blue 45

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

Shades of Green Leaf #53772D

Tints of Green Leaf #53772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.18%

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

R = 33.6%
G = 48.18%
B = 18.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#53772D (or 0x53772D) is known color: Green Leaf. HEX triplet: 53, 77 and 2D. RGB value is (83,119,45). Sum of RGB (Red+Green+Blue) = 83+119+45=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #53772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53772D is #AC88D2. Grayscale: #646464. Windows color (decimal): -11307219 or 2979667. OLE color: 2979667.

HSL color Cylindrical-coordinate representation of color #53772D: hue angle of 89.19º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53772D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 45 -
CMYK 0.30 0 0.62 0.53
HSL 89.19º 0.45% 0.32% -
HSV(B) 89.19º 0.62% 0.47% -
XYZ 10.64 15.22 4.86 -
YUV 99.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 83 119 45 0.30 0 0.62 0.53 89.19 0.45 0.32
Hex 53 77 2D 1E 0 3E 35 59 2D 20
Octal 123 167 55 36 0 76 65 131 55 40
Binary 1010011 1110111 101101 11110 0 111110 110101 1011001 101101 100000

Color Harmonies of #53772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53772D

Black with #53772D

Text Example


Text Example

White with #53772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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