Html Css Color HEX #52721A Green Leaf

📋 copy color: '#52721A'

red 82 ◦ green 114 ◦ blue 26

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

Shades of Green Leaf #52721A

Tints of Green Leaf #52721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.35%

 BLUE value IS 26 (10.55% from 255) = 11.71%

R = 36.94%
G = 51.35%
B = 11.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#52721A (or 0x52721A) is known color: Green Leaf. HEX triplet: 52, 72 and 1A. RGB value is (82,114,26). Sum of RGB (Red+Green+Blue) = 82+114+26=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #52721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52721A is #AD8DE5. Grayscale: #5E5E5E. Windows color (decimal): -11374054 or 1733202. OLE color: 1733202.

HSL color Cylindrical-coordinate representation of color #52721A: hue angle of 81.82º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52721A is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 26 -
CMYK 0.28 0 0.77 0.55
HSL 81.82º 0.63% 0.27% -
HSV(B) 81.82º 0.77% 0.45% -
XYZ 9.68 13.9 3.15 -
YUV 94.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 82 114 26 0.28 0 0.77 0.55 81.82 0.63 0.27
Hex 52 72 1A 1C 0 4D 37 52 3F 1B
Octal 122 162 32 34 0 115 67 122 77 33
Binary 1010010 1110010 11010 11100 0 1001101 110111 1010010 111111 11011

Color Harmonies of #52721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52721A

Black with #52721A

Text Example


Text Example

White with #52721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52721A; }

 p { color: rgb(82,114,26); }

 H1.HeaderClassName
 {
   color: #52721A;
 }
 .AnyTagClassName
 {
   color: #52721A;
 }
</style>

background-color css

<style>
 a { background-color: #52721A; }

 a { background-color: rgb(82,114,26); }

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

border-color css

<style>
 span { border-color: #52721A; }

 span { border-color: rgb(82,114,26); }

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