Html Css Color HEX #527C12 Green Leaf

📋 copy color: '#527C12'

red 82 ◦ green 124 ◦ blue 18

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

Shades of Green Leaf #527C12

Tints of Green Leaf #527C12

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.36%

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 36.61%
G = 55.36%
B = 8.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#527C12 (or 0x527C12) is known color: Green Leaf. HEX triplet: 52, 7C and 12. RGB value is (82,124,18). Sum of RGB (Red+Green+Blue) = 82+124+18=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #527C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C12 is #AD83ED. Grayscale: #636363. Windows color (decimal): -11371502 or 1211474. OLE color: 1211474.

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

Color convert

RGB 82 124 18 -
CMYK 0.34 0 0.85 0.51
HSL 83.77º 0.75% 0.28% -
HSV(B) 83.77º 0.85% 0.49% -
XYZ 10.8 16.25 3.14 -
YUV 99.36 82.09 115.62 -
System Red Green Blue C M Y K H S L
Decimal 82 124 18 0.34 0 0.85 0.51 83.77 0.75 0.28
Hex 52 7C 12 22 0 55 33 54 4B 1C
Octal 122 174 22 42 0 125 63 124 113 34
Binary 1010010 1111100 10010 100010 0 1010101 110011 1010100 1001011 11100

Color Harmonies of #527C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C12

Black with #527C12

Text Example


Text Example

White with #527C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,124,18); }

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

background-color css

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

 a { background-color: rgb(82,124,18); }

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

border-color css

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

 span { border-color: rgb(82,124,18); }

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