Html Css Color HEX #52772D Green Leaf

📋 copy color: '#52772D'

red 82 ◦ green 119 ◦ blue 45

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

Shades of Green Leaf #52772D

Tints of Green Leaf #52772D

RGB

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

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

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

R = 33.33%
G = 48.37%
B = 18.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#52772D (or 0x52772D) is known color: Green Leaf. HEX triplet: 52, 77 and 2D. RGB value is (82,119,45). Sum of RGB (Red+Green+Blue) = 82+119+45=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #52772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52772D is #AD88D2. Grayscale: #636363. Windows color (decimal): -11372755 or 2979666. OLE color: 2979666.

HSL color Cylindrical-coordinate representation of color #52772D: hue angle of 90º 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 #52772D is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 45 -
CMYK 0.31 0 0.62 0.53
HSL 90º 0.45% 0.32% -
HSV(B) 90º 0.62% 0.47% -
XYZ 10.55 15.18 4.86 -
YUV 99.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 82 119 45 0.31 0 0.62 0.53 90 0.45 0.32
Hex 52 77 2D 1F 0 3E 35 5A 2D 20
Octal 122 167 55 37 0 76 65 132 55 40
Binary 1010010 1110111 101101 11111 0 111110 110101 1011010 101101 100000

Color Harmonies of #52772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52772D

Black with #52772D

Text Example


Text Example

White with #52772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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