Html Css Color HEX #52702E Green Leaf

📋 copy color: '#52702E'

red 82 ◦ green 112 ◦ blue 46

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

Shades of Green Leaf #52702E

Tints of Green Leaf #52702E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 34.17%
G = 46.67%
B = 19.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#52702E (or 0x52702E) is known color: Green Leaf. HEX triplet: 52, 70 and 2E. RGB value is (82,112,46). Sum of RGB (Red+Green+Blue) = 82+112+46=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #52702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52702E is #AD8FD1. Grayscale: #5F5F5F. Windows color (decimal): -11374546 or 3043410. OLE color: 3043410.

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

Color convert

RGB 82 112 46 -
CMYK 0.27 0 0.59 0.56
HSL 87.27º 0.42% 0.31% -
HSV(B) 87.27º 0.59% 0.44% -
XYZ 9.77 13.58 4.69 -
YUV 95.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 82 112 46 0.27 0 0.59 0.56 87.27 0.42 0.31
Hex 52 70 2E 1B 0 3B 38 57 2A 1F
Octal 122 160 56 33 0 73 70 127 52 37
Binary 1010010 1110000 101110 11011 0 111011 111000 1010111 101010 11111

Color Harmonies of #52702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52702E

Black with #52702E

Text Example


Text Example

White with #52702E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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