Html Css Color HEX #527215 Green Leaf

📋 copy color: '#527215'

red 82 ◦ green 114 ◦ blue 21

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

Shades of Green Leaf #527215

Tints of Green Leaf #527215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 37.79%
G = 52.53%
B = 9.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#527215 (or 0x527215) is known color: Green Leaf. HEX triplet: 52, 72 and 15. RGB value is (82,114,21). Sum of RGB (Red+Green+Blue) = 82+114+21=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #527215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527215 is #AD8DEA. Grayscale: #5E5E5E. Windows color (decimal): -11374059 or 1405522. OLE color: 1405522.

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

Color convert

RGB 82 114 21 -
CMYK 0.28 0 0.82 0.55
HSL 80.65º 0.69% 0.26% -
HSV(B) 80.65º 0.82% 0.45% -
XYZ 9.63 13.88 2.88 -
YUV 93.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 82 114 21 0.28 0 0.82 0.55 80.65 0.69 0.26
Hex 52 72 15 1C 0 52 37 51 45 1A
Octal 122 162 25 34 0 122 67 121 105 32
Binary 1010010 1110010 10101 11100 0 1010010 110111 1010001 1000101 11010

Color Harmonies of #527215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527215

Black with #527215

Text Example


Text Example

White with #527215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527215; }

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

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

background-color css

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

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

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

border-color css

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

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

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