Html Css Color HEX #527017 Green Leaf

📋 copy color: '#527017'

red 82 ◦ green 112 ◦ blue 23

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

Shades of Green Leaf #527017

Tints of Green Leaf #527017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.61%

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

R = 37.79%
G = 51.61%
B = 10.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#527017 (or 0x527017) is known color: Green Leaf. HEX triplet: 52, 70 and 17. RGB value is (82,112,23). Sum of RGB (Red+Green+Blue) = 82+112+23=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #527017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527017 is #AD8FE8. Grayscale: #5D5D5D. Windows color (decimal): -11374569 or 1536082. OLE color: 1536082.

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

Color convert

RGB 82 112 23 -
CMYK 0.27 0 0.79 0.56
HSL 80.22º 0.66% 0.26% -
HSV(B) 80.22º 0.79% 0.44% -
XYZ 9.43 13.44 2.91 -
YUV 92.88 88.56 120.24 -
System Red Green Blue C M Y K H S L
Decimal 82 112 23 0.27 0 0.79 0.56 80.22 0.66 0.26
Hex 52 70 17 1B 0 4F 38 50 42 1A
Octal 122 160 27 33 0 117 70 120 102 32
Binary 1010010 1110000 10111 11011 0 1001111 111000 1010000 1000010 11010

Color Harmonies of #527017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527017

Black with #527017

Text Example


Text Example

White with #527017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527017; }

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

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

background-color css

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

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

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

border-color css

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

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

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