Html Css Color HEX #527613 Green Leaf

📋 copy color: '#527613'

red 82 ◦ green 118 ◦ blue 19

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

Shades of Green Leaf #527613

Tints of Green Leaf #527613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.88%

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

R = 37.44%
G = 53.88%
B = 8.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#527613 (or 0x527613) is known color: Green Leaf. HEX triplet: 52, 76 and 13. RGB value is (82,118,19). Sum of RGB (Red+Green+Blue) = 82+118+19=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #527613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527613 is #AD89EC. Grayscale: #606060. Windows color (decimal): -11373037 or 1275474. OLE color: 1275474.

HSL color Cylindrical-coordinate representation of color #527613: hue angle of 81.82º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #527613 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 19 -
CMYK 0.31 0 0.84 0.54
HSL 81.82º 0.72% 0.27% -
HSV(B) 81.82º 0.84% 0.46% -
XYZ 10.08 14.8 2.94 -
YUV 95.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 82 118 19 0.31 0 0.84 0.54 81.82 0.72 0.27
Hex 52 76 13 1F 0 54 36 52 48 1B
Octal 122 166 23 37 0 124 66 122 110 33
Binary 1010010 1110110 10011 11111 0 1010100 110110 1010010 1001000 11011

Color Harmonies of #527613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527613

Black with #527613

Text Example


Text Example

White with #527613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527613; }

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

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

background-color css

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

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

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

border-color css

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

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

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