Html Css Color HEX #52792D Green Leaf

📋 copy color: '#52792D'

red 82 ◦ green 121 ◦ blue 45

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

Shades of Green Leaf #52792D

Tints of Green Leaf #52792D

RGB

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

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

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

R = 33.06%
G = 48.79%
B = 18.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#52792D (or 0x52792D) is known color: Green Leaf. HEX triplet: 52, 79 and 2D. RGB value is (82,121,45). Sum of RGB (Red+Green+Blue) = 82+121+45=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #52792D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52792D is #AD86D2. Grayscale: #646464. Windows color (decimal): -11372243 or 2980178. OLE color: 2980178.

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

Color convert

RGB 82 121 45 -
CMYK 0.32 0 0.63 0.53
HSL 90.79º 0.46% 0.33% -
HSV(B) 90.79º 0.63% 0.47% -
XYZ 10.79 15.66 4.94 -
YUV 100.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 82 121 45 0.32 0 0.63 0.53 90.79 0.46 0.33
Hex 52 79 2D 20 0 3F 35 5B 2E 21
Octal 122 171 55 40 0 77 65 133 56 41
Binary 1010010 1111001 101101 100000 0 111111 110101 1011011 101110 100001

Color Harmonies of #52792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52792D

Black with #52792D

Text Example


Text Example

White with #52792D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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