Html Css Color HEX #52701D Green Leaf

📋 copy color: '#52701D'

red 82 ◦ green 112 ◦ blue 29

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

Shades of Green Leaf #52701D

Tints of Green Leaf #52701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.22%

 BLUE value IS 29 (11.72% from 255) = 13%

R = 36.77%
G = 50.22%
B = 13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#52701D (or 0x52701D) is known color: Green Leaf. HEX triplet: 52, 70 and 1D. RGB value is (82,112,29). Sum of RGB (Red+Green+Blue) = 82+112+29=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #52701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52701D is #AD8FE2. Grayscale: #5D5D5D. Windows color (decimal): -11374563 or 1929298. OLE color: 1929298.

HSL color Cylindrical-coordinate representation of color #52701D: hue angle of 81.69º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52701D is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 29 -
CMYK 0.27 0 0.74 0.56
HSL 81.69º 0.59% 0.28% -
HSV(B) 81.69º 0.74% 0.44% -
XYZ 9.5 13.47 3.26 -
YUV 93.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 82 112 29 0.27 0 0.74 0.56 81.69 0.59 0.28
Hex 52 70 1D 1B 0 4A 38 52 3B 1C
Octal 122 160 35 33 0 112 70 122 73 34
Binary 1010010 1110000 11101 11011 0 1001010 111000 1010010 111011 11100

Color Harmonies of #52701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52701D

Black with #52701D

Text Example


Text Example

White with #52701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,112,29); }

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

background-color css

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

 a { background-color: rgb(82,112,29); }

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

border-color css

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

 span { border-color: rgb(82,112,29); }

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