Html Css Color HEX #527713 Green Leaf

📋 copy color: '#527713'

red 82 ◦ green 119 ◦ blue 19

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

Shades of Green Leaf #527713

Tints of Green Leaf #527713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.09%

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

R = 37.27%
G = 54.09%
B = 8.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#527713 (or 0x527713) is known color: Green Leaf. HEX triplet: 52, 77 and 13. RGB value is (82,119,19). Sum of RGB (Red+Green+Blue) = 82+119+19=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #527713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527713 is #AD88EC. Grayscale: #606060. Windows color (decimal): -11372781 or 1275730. OLE color: 1275730.

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

Color convert

RGB 82 119 19 -
CMYK 0.31 0 0.84 0.53
HSL 82.2º 0.72% 0.27% -
HSV(B) 82.2º 0.84% 0.47% -
XYZ 10.19 15.03 2.98 -
YUV 96.54 84.24 117.63 -
System Red Green Blue C M Y K H S L
Decimal 82 119 19 0.31 0 0.84 0.53 82.2 0.72 0.27
Hex 52 77 13 1F 0 54 35 52 48 1B
Octal 122 167 23 37 0 124 65 122 110 33
Binary 1010010 1110111 10011 11111 0 1010100 110101 1010010 1001000 11011

Color Harmonies of #527713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527713

Black with #527713

Text Example


Text Example

White with #527713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527713; }

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

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

background-color css

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

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

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

border-color css

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

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

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