Html Css Color HEX #52701C Green Leaf

📋 copy color: '#52701C'

red 82 ◦ green 112 ◦ blue 28

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

Shades of Green Leaf #52701C

Tints of Green Leaf #52701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.61%

R = 36.94%
G = 50.45%
B = 12.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#52701C (or 0x52701C) is known color: Green Leaf. HEX triplet: 52, 70 and 1C. RGB value is (82,112,28). Sum of RGB (Red+Green+Blue) = 82+112+28=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #52701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52701C is #AD8FE3. Grayscale: #5D5D5D. Windows color (decimal): -11374564 or 1863762. OLE color: 1863762.

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

Color convert

RGB 82 112 28 -
CMYK 0.27 0 0.75 0.56
HSL 81.43º 0.6% 0.27% -
HSV(B) 81.43º 0.75% 0.44% -
XYZ 9.48 13.47 3.2 -
YUV 93.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 82 112 28 0.27 0 0.75 0.56 81.43 0.6 0.27
Hex 52 70 1C 1B 0 4B 38 51 3C 1B
Octal 122 160 34 33 0 113 70 121 74 33
Binary 1010010 1110000 11100 11011 0 1001011 111000 1010001 111100 11011

Color Harmonies of #52701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52701C

Black with #52701C

Text Example


Text Example

White with #52701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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