Html Css Color HEX #527313 Green Leaf

📋 copy color: '#527313'

red 82 ◦ green 115 ◦ blue 19

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

Shades of Green Leaf #527313

Tints of Green Leaf #527313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 37.96%
G = 53.24%
B = 8.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#527313 (or 0x527313) is known color: Green Leaf. HEX triplet: 52, 73 and 13. RGB value is (82,115,19). Sum of RGB (Red+Green+Blue) = 82+115+19=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #527313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527313 is #AD8CEC. Grayscale: #5E5E5E. Windows color (decimal): -11373805 or 1274706. OLE color: 1274706.

HSL color Cylindrical-coordinate representation of color #527313: hue angle of 80.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #527313 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 19 -
CMYK 0.29 0 0.83 0.55
HSL 80.63º 0.72% 0.26% -
HSV(B) 80.63º 0.83% 0.45% -
XYZ 9.73 14.1 2.83 -
YUV 94.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 82 115 19 0.29 0 0.83 0.55 80.63 0.72 0.26
Hex 52 73 13 1D 0 53 37 51 48 1A
Octal 122 163 23 35 0 123 67 121 110 32
Binary 1010010 1110011 10011 11101 0 1010011 110111 1010001 1001000 11010

Color Harmonies of #527313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527313

Black with #527313

Text Example


Text Example

White with #527313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527313; }

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

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

background-color css

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

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

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

border-color css

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

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

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