Html Css Color HEX #52792F Green Leaf

📋 copy color: '#52792F'

red 82 ◦ green 121 ◦ blue 47

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

Shades of Green Leaf #52792F

Tints of Green Leaf #52792F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.4%

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

R = 32.8%
G = 48.4%
B = 18.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#52792F (or 0x52792F) is known color: Green Leaf. HEX triplet: 52, 79 and 2F. RGB value is (82,121,47). Sum of RGB (Red+Green+Blue) = 82+121+47=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #52792F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52792F is #AD86D0. Grayscale: #656565. Windows color (decimal): -11372241 or 3111250. OLE color: 3111250.

HSL color Cylindrical-coordinate representation of color #52792F: hue angle of 91.62º degrees, saturation: 0.44, 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 #52792F is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 47 -
CMYK 0.32 0 0.61 0.53
HSL 91.62º 0.44% 0.33% -
HSV(B) 91.62º 0.61% 0.47% -
XYZ 10.83 15.67 5.14 -
YUV 100.9 97.58 114.52 -
System Red Green Blue C M Y K H S L
Decimal 82 121 47 0.32 0 0.61 0.53 91.62 0.44 0.33
Hex 52 79 2F 20 0 3D 35 5C 2C 21
Octal 122 171 57 40 0 75 65 134 54 41
Binary 1010010 1111001 101111 100000 0 111101 110101 1011100 101100 100001

Color Harmonies of #52792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52792F

Black with #52792F

Text Example


Text Example

White with #52792F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,121,47); }

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

background-color css

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

 a { background-color: rgb(82,121,47); }

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

border-color css

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

 span { border-color: rgb(82,121,47); }

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