Html Css Color HEX #527E12 Green Leaf

📋 copy color: '#527E12'

red 82 ◦ green 126 ◦ blue 18

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

Shades of Green Leaf #527E12

Tints of Green Leaf #527E12

RGB

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

 GREEN value IS 126 (49.61% from 255) = 55.75%

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

R = 36.28%
G = 55.75%
B = 7.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#527E12 (or 0x527E12) is known color: Green Leaf. HEX triplet: 52, 7E and 12. RGB value is (82,126,18). Sum of RGB (Red+Green+Blue) = 82+126+18=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #527E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527E12 is #AD81ED. Grayscale: #646464. Windows color (decimal): -11370990 or 1211986. OLE color: 1211986.

HSL color Cylindrical-coordinate representation of color #527E12: hue angle of 84.44º degrees, saturation: 0.75, 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 #527E12 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 126 18 -
CMYK 0.35 0 0.86 0.51
HSL 84.44º 0.75% 0.28% -
HSV(B) 84.44º 0.86% 0.49% -
XYZ 11.05 16.76 3.22 -
YUV 100.53 81.42 114.78 -
System Red Green Blue C M Y K H S L
Decimal 82 126 18 0.35 0 0.86 0.51 84.44 0.75 0.28
Hex 52 7E 12 23 0 56 33 54 4B 1C
Octal 122 176 22 43 0 126 63 124 113 34
Binary 1010010 1111110 10010 100011 0 1010110 110011 1010100 1001011 11100

Color Harmonies of #527E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E12

Black with #527E12

Text Example


Text Example

White with #527E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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