Html Css Color HEX #52702A Green Leaf

📋 copy color: '#52702A'

red 82 ◦ green 112 ◦ blue 42

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

Shades of Green Leaf #52702A

Tints of Green Leaf #52702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.8%

R = 34.75%
G = 47.46%
B = 17.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#52702A (or 0x52702A) is known color: Green Leaf. HEX triplet: 52, 70 and 2A. RGB value is (82,112,42). Sum of RGB (Red+Green+Blue) = 82+112+42=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #52702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52702A is #AD8FD5. Grayscale: #5F5F5F. Windows color (decimal): -11374550 or 2781266. OLE color: 2781266.

HSL color Cylindrical-coordinate representation of color #52702A: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52702A is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 42 -
CMYK 0.27 0 0.62 0.56
HSL 85.71º 0.45% 0.3% -
HSV(B) 85.71º 0.63% 0.44% -
XYZ 9.69 13.55 4.29 -
YUV 95.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 82 112 42 0.27 0 0.62 0.56 85.71 0.45 0.3
Hex 52 70 2A 1B 0 3E 38 56 2D 1E
Octal 122 160 52 33 0 76 70 126 55 36
Binary 1010010 1110000 101010 11011 0 111110 111000 1010110 101101 11110

Color Harmonies of #52702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52702A

Black with #52702A

Text Example


Text Example

White with #52702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52702A; }

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

 H1.HeaderClassName
 {
   color: #52702A;
 }
 .AnyTagClassName
 {
   color: #52702A;
 }
</style>

background-color css

<style>
 a { background-color: #52702A; }

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

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

border-color css

<style>
 span { border-color: #52702A; }

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

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