Html Css Color HEX #52701F Green Leaf

📋 copy color: '#52701F'

red 82 ◦ green 112 ◦ blue 31

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

Shades of Green Leaf #52701F

Tints of Green Leaf #52701F

RGB

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

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

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

R = 36.44%
G = 49.78%
B = 13.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#52701F (or 0x52701F) is known color: Green Leaf. HEX triplet: 52, 70 and 1F. RGB value is (82,112,31). Sum of RGB (Red+Green+Blue) = 82+112+31=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #52701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52701F is #AD8FE0. Grayscale: #5E5E5E. Windows color (decimal): -11374561 or 2060370. OLE color: 2060370.

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

Color convert

RGB 82 112 31 -
CMYK 0.27 0 0.72 0.56
HSL 82.22º 0.57% 0.28% -
HSV(B) 82.22º 0.72% 0.44% -
XYZ 9.52 13.48 3.4 -
YUV 93.8 92.56 119.59 -
System Red Green Blue C M Y K H S L
Decimal 82 112 31 0.27 0 0.72 0.56 82.22 0.57 0.28
Hex 52 70 1F 1B 0 48 38 52 39 1C
Octal 122 160 37 33 0 110 70 122 71 34
Binary 1010010 1110000 11111 11011 0 1001000 111000 1010010 111001 11100

Color Harmonies of #52701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52701F

Black with #52701F

Text Example


Text Example

White with #52701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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