Html Css Color HEX #527910 Green Leaf

📋 copy color: '#527910'

red 82 ◦ green 121 ◦ blue 16

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

Shades of Green Leaf #527910

Tints of Green Leaf #527910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55.25%

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

R = 37.44%
G = 55.25%
B = 7.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#527910 (or 0x527910) is known color: Green Leaf. HEX triplet: 52, 79 and 10. RGB value is (82,121,16). Sum of RGB (Red+Green+Blue) = 82+121+16=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #527910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527910 is #AD86EF. Grayscale: #616161. Windows color (decimal): -11372272 or 1079634. OLE color: 1079634.

HSL color Cylindrical-coordinate representation of color #527910: hue angle of 82.29º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #527910 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 16 -
CMYK 0.32 0 0.87 0.53
HSL 82.29º 0.77% 0.27% -
HSV(B) 82.29º 0.87% 0.47% -
XYZ 10.41 15.51 2.93 -
YUV 97.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 82 121 16 0.32 0 0.87 0.53 82.29 0.77 0.27
Hex 52 79 10 20 0 57 35 52 4D 1B
Octal 122 171 20 40 0 127 65 122 115 33
Binary 1010010 1111001 10000 100000 0 1010111 110101 1010010 1001101 11011

Color Harmonies of #527910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527910

Black with #527910

Text Example


Text Example

White with #527910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527910; }

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

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

background-color css

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

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

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

border-color css

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

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

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