Html Css Color HEX #527216 Green Leaf

📋 copy color: '#527216'

red 82 ◦ green 114 ◦ blue 22

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

Shades of Green Leaf #527216

Tints of Green Leaf #527216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.29%

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

R = 37.61%
G = 52.29%
B = 10.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#527216 (or 0x527216) is known color: Green Leaf. HEX triplet: 52, 72 and 16. RGB value is (82,114,22). Sum of RGB (Red+Green+Blue) = 82+114+22=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #527216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527216 is #AD8DE9. Grayscale: #5E5E5E. Windows color (decimal): -11374058 or 1471058. OLE color: 1471058.

HSL color Cylindrical-coordinate representation of color #527216: hue angle of 80.87º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #527216 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 22 -
CMYK 0.28 0 0.81 0.55
HSL 80.87º 0.68% 0.27% -
HSV(B) 80.87º 0.81% 0.45% -
XYZ 9.64 13.89 2.93 -
YUV 93.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 82 114 22 0.28 0 0.81 0.55 80.87 0.68 0.27
Hex 52 72 16 1C 0 51 37 51 44 1B
Octal 122 162 26 34 0 121 67 121 104 33
Binary 1010010 1110010 10110 11100 0 1010001 110111 1010001 1000100 11011

Color Harmonies of #527216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527216

Black with #527216

Text Example


Text Example

White with #527216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527216; }

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

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

background-color css

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

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

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

border-color css

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

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

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