Html Css Color HEX #527117 Green Leaf

📋 copy color: '#527117'

red 82 ◦ green 113 ◦ blue 23

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

Shades of Green Leaf #527117

Tints of Green Leaf #527117

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.83%

 BLUE value IS 23 (9.38% from 255) = 10.55%

R = 37.61%
G = 51.83%
B = 10.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#527117 (or 0x527117) is known color: Green Leaf. HEX triplet: 52, 71 and 17. RGB value is (82,113,23). Sum of RGB (Red+Green+Blue) = 82+113+23=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #527117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527117 is #AD8EE8. Grayscale: #5D5D5D. Windows color (decimal): -11374313 or 1536338. OLE color: 1536338.

HSL color Cylindrical-coordinate representation of color #527117: hue angle of 80.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #527117 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 23 -
CMYK 0.27 0 0.80 0.56
HSL 80.67º 0.66% 0.27% -
HSV(B) 80.67º 0.8% 0.44% -
XYZ 9.54 13.67 2.95 -
YUV 93.47 88.23 119.82 -
System Red Green Blue C M Y K H S L
Decimal 82 113 23 0.27 0 0.80 0.56 80.67 0.66 0.27
Hex 52 71 17 1B 0 50 38 51 42 1B
Octal 122 161 27 33 0 120 70 121 102 33
Binary 1010010 1110001 10111 11011 0 1010000 111000 1010001 1000010 11011

Color Harmonies of #527117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527117

Black with #527117

Text Example


Text Example

White with #527117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527117; }

 p { color: rgb(82,113,23); }

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

background-color css

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

 a { background-color: rgb(82,113,23); }

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

border-color css

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

 span { border-color: rgb(82,113,23); }

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