Html Css Color HEX #52711D Green Leaf

📋 copy color: '#52711D'

red 82 ◦ green 113 ◦ blue 29

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

Shades of Green Leaf #52711D

Tints of Green Leaf #52711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 36.61%
G = 50.45%
B = 12.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#52711D (or 0x52711D) is known color: Green Leaf. HEX triplet: 52, 71 and 1D. RGB value is (82,113,29). Sum of RGB (Red+Green+Blue) = 82+113+29=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #52711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52711D is #AD8EE2. Grayscale: #5E5E5E. Windows color (decimal): -11374307 or 1929554. OLE color: 1929554.

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

Color convert

RGB 82 113 29 -
CMYK 0.27 0 0.74 0.56
HSL 82.14º 0.59% 0.28% -
HSV(B) 82.14º 0.74% 0.44% -
XYZ 9.61 13.69 3.3 -
YUV 94.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 82 113 29 0.27 0 0.74 0.56 82.14 0.59 0.28
Hex 52 71 1D 1B 0 4A 38 52 3B 1C
Octal 122 161 35 33 0 112 70 122 73 34
Binary 1010010 1110001 11101 11011 0 1001010 111000 1010010 111011 11100

Color Harmonies of #52711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52711D

Black with #52711D

Text Example


Text Example

White with #52711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52711D; }

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

 H1.HeaderClassName
 {
   color: #52711D;
 }
 .AnyTagClassName
 {
   color: #52711D;
 }
</style>

background-color css

<style>
 a { background-color: #52711D; }

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

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

border-color css

<style>
 span { border-color: #52711D; }

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

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