Html Css Color HEX #53772F Green Leaf

📋 copy color: '#53772F'

red 83 ◦ green 119 ◦ blue 47

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

Shades of Green Leaf #53772F

Tints of Green Leaf #53772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 33.33%
G = 47.79%
B = 18.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#53772F (or 0x53772F) is known color: Green Leaf. HEX triplet: 53, 77 and 2F. RGB value is (83,119,47). Sum of RGB (Red+Green+Blue) = 83+119+47=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #53772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53772F is #AC88D0. Grayscale: #646464. Windows color (decimal): -11307217 or 3110739. OLE color: 3110739.

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

Color convert

RGB 83 119 47 -
CMYK 0.30 0 0.61 0.53
HSL 90º 0.43% 0.33% -
HSV(B) 90º 0.61% 0.47% -
XYZ 10.68 15.24 5.07 -
YUV 100.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 83 119 47 0.30 0 0.61 0.53 90 0.43 0.33
Hex 53 77 2F 1E 0 3D 35 5A 2B 21
Octal 123 167 57 36 0 75 65 132 53 41
Binary 1010011 1110111 101111 11110 0 111101 110101 1011010 101011 100001

Color Harmonies of #53772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53772F

Black with #53772F

Text Example


Text Example

White with #53772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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