Html Css Color HEX #527C10 Green Leaf

📋 copy color: '#527C10'

red 82 ◦ green 124 ◦ blue 16

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

Shades of Green Leaf #527C10

Tints of Green Leaf #527C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.21%

R = 36.94%
G = 55.86%
B = 7.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#527C10 (or 0x527C10) is known color: Green Leaf. HEX triplet: 52, 7C and 10. RGB value is (82,124,16). Sum of RGB (Red+Green+Blue) = 82+124+16=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #527C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C10 is #AD83EF. Grayscale: #636363. Windows color (decimal): -11371504 or 1080402. OLE color: 1080402.

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

Color convert

RGB 82 124 16 -
CMYK 0.34 0 0.87 0.51
HSL 83.33º 0.77% 0.27% -
HSV(B) 83.33º 0.87% 0.49% -
XYZ 10.78 16.25 3.06 -
YUV 99.13 81.09 115.78 -
System Red Green Blue C M Y K H S L
Decimal 82 124 16 0.34 0 0.87 0.51 83.33 0.77 0.27
Hex 52 7C 10 22 0 57 33 53 4D 1B
Octal 122 174 20 42 0 127 63 123 115 33
Binary 1010010 1111100 10000 100010 0 1010111 110011 1010011 1001101 11011

Color Harmonies of #527C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C10

Black with #527C10

Text Example


Text Example

White with #527C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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