Html Css Color HEX #527D11 Green Leaf

📋 copy color: '#527D11'

red 82 ◦ green 125 ◦ blue 17

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

Shades of Green Leaf #527D11

Tints of Green Leaf #527D11

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.8%

 BLUE value IS 17 (7.03% from 255) = 7.59%

R = 36.61%
G = 55.8%
B = 7.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#527D11 (or 0x527D11) is known color: Green Leaf. HEX triplet: 52, 7D and 11. RGB value is (82,125,17). Sum of RGB (Red+Green+Blue) = 82+125+17=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #527D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527D11 is #AD82EE. Grayscale: #646464. Windows color (decimal): -11371247 or 1146194. OLE color: 1146194.

HSL color Cylindrical-coordinate representation of color #527D11: hue angle of 83.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #527D11 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 125 17 -
CMYK 0.34 0 0.86 0.51
HSL 83.89º 0.76% 0.28% -
HSV(B) 83.89º 0.86% 0.49% -
XYZ 10.91 16.5 3.14 -
YUV 99.83 81.25 115.28 -
System Red Green Blue C M Y K H S L
Decimal 82 125 17 0.34 0 0.86 0.51 83.89 0.76 0.28
Hex 52 7D 11 22 0 56 33 54 4C 1C
Octal 122 175 21 42 0 126 63 124 114 34
Binary 1010010 1111101 10001 100010 0 1010110 110011 1010100 1001100 11100

Color Harmonies of #527D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527D11

Black with #527D11

Text Example


Text Example

White with #527D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527D11; }

 p { color: rgb(82,125,17); }

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

background-color css

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

 a { background-color: rgb(82,125,17); }

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

border-color css

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

 span { border-color: rgb(82,125,17); }

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