Html Css Color HEX #52772B Green Leaf

📋 copy color: '#52772B'

red 82 ◦ green 119 ◦ blue 43

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

Shades of Green Leaf #52772B

Tints of Green Leaf #52772B

RGB

 RED value IS 82 (32.42% from 255) = 33.61%

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

 BLUE value IS 43 (17.19% from 255) = 17.62%

R = 33.61%
G = 48.77%
B = 17.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#52772B (or 0x52772B) is known color: Green Leaf. HEX triplet: 52, 77 and 2B. RGB value is (82,119,43). Sum of RGB (Red+Green+Blue) = 82+119+43=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #52772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52772B is #AD88D4. Grayscale: #636363. Windows color (decimal): -11372757 or 2848594. OLE color: 2848594.

HSL color Cylindrical-coordinate representation of color #52772B: hue angle of 89.21º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52772B is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 43 -
CMYK 0.31 0 0.64 0.53
HSL 89.21º 0.47% 0.32% -
HSV(B) 89.21º 0.64% 0.47% -
XYZ 10.51 15.16 4.66 -
YUV 99.27 96.24 115.68 -
System Red Green Blue C M Y K H S L
Decimal 82 119 43 0.31 0 0.64 0.53 89.21 0.47 0.32
Hex 52 77 2B 1F 0 40 35 59 2F 20
Octal 122 167 53 37 0 100 65 131 57 40
Binary 1010010 1110111 101011 11111 0 1000000 110101 1011001 101111 100000

Color Harmonies of #52772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52772B

Black with #52772B

Text Example


Text Example

White with #52772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52772B; }

 p { color: rgb(82,119,43); }

 H1.HeaderClassName
 {
   color: #52772B;
 }
 .AnyTagClassName
 {
   color: #52772B;
 }
</style>

background-color css

<style>
 a { background-color: #52772B; }

 a { background-color: rgb(82,119,43); }

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

border-color css

<style>
 span { border-color: #52772B; }

 span { border-color: rgb(82,119,43); }

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