Html Css Color HEX #52712E Green Leaf

📋 copy color: '#52712E'

red 82 ◦ green 113 ◦ blue 46

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

Shades of Green Leaf #52712E

Tints of Green Leaf #52712E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

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

R = 34.02%
G = 46.89%
B = 19.09%

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

#52712E (or 0x52712E) is known color: Green Leaf. HEX triplet: 52, 71 and 2E. RGB value is (82,113,46). Sum of RGB (Red+Green+Blue) = 82+113+46=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #52712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52712E is #AD8ED1. Grayscale: #606060. Windows color (decimal): -11374290 or 3043666. OLE color: 3043666.

HSL color Cylindrical-coordinate representation of color #52712E: hue angle of 87.76º 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 #52712E is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 46 -
CMYK 0.27 0 0.59 0.56
HSL 87.76º 0.42% 0.31% -
HSV(B) 87.76º 0.59% 0.44% -
XYZ 9.88 13.8 4.73 -
YUV 96.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 82 113 46 0.27 0 0.59 0.56 87.76 0.42 0.31
Hex 52 71 2E 1B 0 3B 38 58 2A 1F
Octal 122 161 56 33 0 73 70 130 52 37
Binary 1010010 1110001 101110 11011 0 111011 111000 1011000 101010 11111

Color Harmonies of #52712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52712E

Black with #52712E

Text Example


Text Example

White with #52712E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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