Html Css Color HEX #527015 Green Leaf

📋 copy color: '#527015'

red 82 ◦ green 112 ◦ blue 21

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

Shades of Green Leaf #527015

Tints of Green Leaf #527015

RGB

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

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

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

R = 38.14%
G = 52.09%
B = 9.77%

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

#527015 (or 0x527015) is known color: Green Leaf. HEX triplet: 52, 70 and 15. RGB value is (82,112,21). Sum of RGB (Red+Green+Blue) = 82+112+21=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #527015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527015 is #AD8FEA. Grayscale: #5C5C5C. Windows color (decimal): -11374571 or 1405010. OLE color: 1405010.

HSL color Cylindrical-coordinate representation of color #527015: hue angle of 79.78º degrees, saturation: 0.68, 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 #527015 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 21 -
CMYK 0.27 0 0.81 0.56
HSL 79.78º 0.68% 0.26% -
HSV(B) 79.78º 0.81% 0.44% -
XYZ 9.41 13.44 2.81 -
YUV 92.66 87.56 120.4 -
System Red Green Blue C M Y K H S L
Decimal 82 112 21 0.27 0 0.81 0.56 79.78 0.68 0.26
Hex 52 70 15 1B 0 51 38 50 44 1A
Octal 122 160 25 33 0 121 70 120 104 32
Binary 1010010 1110000 10101 11011 0 1010001 111000 1010000 1000100 11010

Color Harmonies of #527015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527015

Black with #527015

Text Example


Text Example

White with #527015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527015; }

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

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

background-color css

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

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

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

border-color css

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

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

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