Html Css Color HEX #527317 Green Leaf

📋 copy color: '#527317'

red 82 ◦ green 115 ◦ blue 23

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

Shades of Green Leaf #527317

Tints of Green Leaf #527317

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.27%

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

R = 37.27%
G = 52.27%
B = 10.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#527317 (or 0x527317) is known color: Green Leaf. HEX triplet: 52, 73 and 17. RGB value is (82,115,23). Sum of RGB (Red+Green+Blue) = 82+115+23=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #527317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527317 is #AD8CE8. Grayscale: #5E5E5E. Windows color (decimal): -11373801 or 1536850. OLE color: 1536850.

HSL color Cylindrical-coordinate representation of color #527317: hue angle of 81.52º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #527317 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 23 -
CMYK 0.29 0 0.80 0.55
HSL 81.52º 0.67% 0.27% -
HSV(B) 81.52º 0.8% 0.45% -
XYZ 9.77 14.12 3.02 -
YUV 94.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 82 115 23 0.29 0 0.80 0.55 81.52 0.67 0.27
Hex 52 73 17 1D 0 50 37 52 43 1B
Octal 122 163 27 35 0 120 67 122 103 33
Binary 1010010 1110011 10111 11101 0 1010000 110111 1010010 1000011 11011

Color Harmonies of #527317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527317

Black with #527317

Text Example


Text Example

White with #527317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527317; }

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

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

background-color css

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

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

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

border-color css

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

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

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