Html Css Color HEX #52722F Green Leaf

📋 copy color: '#52722F'

red 82 ◦ green 114 ◦ blue 47

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

Shades of Green Leaf #52722F

Tints of Green Leaf #52722F

RGB

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

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

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

R = 33.74%
G = 46.91%
B = 19.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#52722F (or 0x52722F) is known color: Green Leaf. HEX triplet: 52, 72 and 2F. RGB value is (82,114,47). Sum of RGB (Red+Green+Blue) = 82+114+47=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #52722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52722F is #AD8DD0. Grayscale: #616161. Windows color (decimal): -11374033 or 3109458. OLE color: 3109458.

HSL color Cylindrical-coordinate representation of color #52722F: hue angle of 88.66º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52722F is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 47 -
CMYK 0.28 0 0.59 0.55
HSL 88.66º 0.42% 0.32% -
HSV(B) 88.66º 0.59% 0.45% -
XYZ 10.01 14.03 4.87 -
YUV 96.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 82 114 47 0.28 0 0.59 0.55 88.66 0.42 0.32
Hex 52 72 2F 1C 0 3B 37 59 2A 20
Octal 122 162 57 34 0 73 67 131 52 40
Binary 1010010 1110010 101111 11100 0 111011 110111 1011001 101010 100000

Color Harmonies of #52722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52722F

Black with #52722F

Text Example


Text Example

White with #52722F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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