Html Css Color HEX #527116 Green Leaf

📋 copy color: '#527116'

red 82 ◦ green 113 ◦ blue 22

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

Shades of Green Leaf #527116

Tints of Green Leaf #527116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 37.79%
G = 52.07%
B = 10.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#527116 (or 0x527116) is known color: Green Leaf. HEX triplet: 52, 71 and 16. RGB value is (82,113,22). Sum of RGB (Red+Green+Blue) = 82+113+22=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #527116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527116 is #AD8EE9. Grayscale: #5D5D5D. Windows color (decimal): -11374314 or 1470802. OLE color: 1470802.

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

Color convert

RGB 82 113 22 -
CMYK 0.27 0 0.81 0.56
HSL 80.44º 0.67% 0.26% -
HSV(B) 80.44º 0.81% 0.44% -
XYZ 9.53 13.66 2.89 -
YUV 93.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 82 113 22 0.27 0 0.81 0.56 80.44 0.67 0.26
Hex 52 71 16 1B 0 51 38 50 43 1A
Octal 122 161 26 33 0 121 70 120 103 32
Binary 1010010 1110001 10110 11011 0 1010001 111000 1010000 1000011 11010

Color Harmonies of #527116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527116

Black with #527116

Text Example


Text Example

White with #527116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527116; }

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

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

background-color css

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

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

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

border-color css

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

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

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