Html Css Color HEX #52721F Green Leaf

📋 copy color: '#52721F'

red 82 ◦ green 114 ◦ blue 31

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

Shades of Green Leaf #52721F

Tints of Green Leaf #52721F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 36.12%
G = 50.22%
B = 13.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#52721F (or 0x52721F) is known color: Green Leaf. HEX triplet: 52, 72 and 1F. RGB value is (82,114,31). Sum of RGB (Red+Green+Blue) = 82+114+31=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #52721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52721F is #AD8DE0. Grayscale: #5F5F5F. Windows color (decimal): -11374049 or 2060882. OLE color: 2060882.

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

Color convert

RGB 82 114 31 -
CMYK 0.28 0 0.73 0.55
HSL 83.13º 0.57% 0.28% -
HSV(B) 83.13º 0.73% 0.45% -
XYZ 9.74 13.93 3.47 -
YUV 94.97 91.9 118.75 -
System Red Green Blue C M Y K H S L
Decimal 82 114 31 0.28 0 0.73 0.55 83.13 0.57 0.28
Hex 52 72 1F 1C 0 49 37 53 39 1C
Octal 122 162 37 34 0 111 67 123 71 34
Binary 1010010 1110010 11111 11100 0 1001001 110111 1010011 111001 11100

Color Harmonies of #52721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52721F

Black with #52721F

Text Example


Text Example

White with #52721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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