Html Css Color HEX #527512 Green Leaf

📋 copy color: '#527512'

red 82 ◦ green 117 ◦ blue 18

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

Shades of Green Leaf #527512

Tints of Green Leaf #527512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.92%

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

R = 37.79%
G = 53.92%
B = 8.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#527512 (or 0x527512) is known color: Green Leaf. HEX triplet: 52, 75 and 12. RGB value is (82,117,18). Sum of RGB (Red+Green+Blue) = 82+117+18=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #527512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527512 is #AD8AED. Grayscale: #5F5F5F. Windows color (decimal): -11373294 or 1209682. OLE color: 1209682.

HSL color Cylindrical-coordinate representation of color #527512: hue angle of 81.21º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #527512 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 18 -
CMYK 0.30 0 0.85 0.54
HSL 81.21º 0.73% 0.26% -
HSV(B) 81.21º 0.85% 0.46% -
XYZ 9.95 14.56 2.86 -
YUV 95.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 82 117 18 0.30 0 0.85 0.54 81.21 0.73 0.26
Hex 52 75 12 1E 0 55 36 51 49 1A
Octal 122 165 22 36 0 125 66 121 111 32
Binary 1010010 1110101 10010 11110 0 1010101 110110 1010001 1001001 11010

Color Harmonies of #527512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527512

Black with #527512

Text Example


Text Example

White with #527512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527512; }

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

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

background-color css

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

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

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

border-color css

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

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

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