Html Css Color HEX #527016 Green Leaf

📋 copy color: '#527016'

red 82 ◦ green 112 ◦ blue 22

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

Shades of Green Leaf #527016

Tints of Green Leaf #527016

RGB

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

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

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

R = 37.96%
G = 51.85%
B = 10.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#527016 (or 0x527016) is known color: Green Leaf. HEX triplet: 52, 70 and 16. RGB value is (82,112,22). Sum of RGB (Red+Green+Blue) = 82+112+22=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #527016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527016 is #AD8FE9. Grayscale: #5D5D5D. Windows color (decimal): -11374570 or 1470546. OLE color: 1470546.

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

Color convert

RGB 82 112 22 -
CMYK 0.27 0 0.80 0.56
HSL 80º 0.67% 0.26% -
HSV(B) 80º 0.8% 0.44% -
XYZ 9.42 13.44 2.86 -
YUV 92.77 88.06 120.32 -
System Red Green Blue C M Y K H S L
Decimal 82 112 22 0.27 0 0.80 0.56 80 0.67 0.26
Hex 52 70 16 1B 0 50 38 50 43 1A
Octal 122 160 26 33 0 120 70 120 103 32
Binary 1010010 1110000 10110 11011 0 1010000 111000 1010000 1000011 11010

Color Harmonies of #527016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527016

Black with #527016

Text Example


Text Example

White with #527016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527016; }

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

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

background-color css

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

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

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

border-color css

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

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

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