Html Css Color HEX #527711 Green Leaf

📋 copy color: '#527711'

red 82 ◦ green 119 ◦ blue 17

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

Shades of Green Leaf #527711

Tints of Green Leaf #527711

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.59%

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 37.61%
G = 54.59%
B = 7.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#527711 (or 0x527711) is known color: Green Leaf. HEX triplet: 52, 77 and 11. RGB value is (82,119,17). Sum of RGB (Red+Green+Blue) = 82+119+17=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #527711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527711 is #AD88EE. Grayscale: #606060. Windows color (decimal): -11372783 or 1144658. OLE color: 1144658.

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

Color convert

RGB 82 119 17 -
CMYK 0.31 0 0.86 0.53
HSL 81.76º 0.75% 0.27% -
HSV(B) 81.76º 0.86% 0.47% -
XYZ 10.18 15.03 2.89 -
YUV 96.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 82 119 17 0.31 0 0.86 0.53 81.76 0.75 0.27
Hex 52 77 11 1F 0 56 35 52 4B 1B
Octal 122 167 21 37 0 126 65 122 113 33
Binary 1010010 1110111 10001 11111 0 1010110 110101 1010010 1001011 11011

Color Harmonies of #527711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527711

Black with #527711

Text Example


Text Example

White with #527711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527711; }

 p { color: rgb(82,119,17); }

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

background-color css

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

 a { background-color: rgb(82,119,17); }

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

border-color css

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

 span { border-color: rgb(82,119,17); }

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