Html Css Color HEX #527119 Green Leaf

📋 copy color: '#527119'

red 82 ◦ green 113 ◦ blue 25

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

Shades of Green Leaf #527119

Tints of Green Leaf #527119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.36%

 BLUE value IS 25 (10.16% from 255) = 11.36%

R = 37.27%
G = 51.36%
B = 11.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#527119 (or 0x527119) is known color: Green Leaf. HEX triplet: 52, 71 and 19. RGB value is (82,113,25). Sum of RGB (Red+Green+Blue) = 82+113+25=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #527119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527119 is #AD8EE6. Grayscale: #5E5E5E. Windows color (decimal): -11374311 or 1667410. OLE color: 1667410.

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

Color convert

RGB 82 113 25 -
CMYK 0.27 0 0.78 0.56
HSL 81.14º 0.64% 0.27% -
HSV(B) 81.14º 0.78% 0.44% -
XYZ 9.56 13.67 3.06 -
YUV 93.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 82 113 25 0.27 0 0.78 0.56 81.14 0.64 0.27
Hex 52 71 19 1B 0 4E 38 51 40 1B
Octal 122 161 31 33 0 116 70 121 100 33
Binary 1010010 1110001 11001 11011 0 1001110 111000 1010001 1000000 11011

Color Harmonies of #527119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527119

Black with #527119

Text Example


Text Example

White with #527119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527119; }

 p { color: rgb(82,113,25); }

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

background-color css

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

 a { background-color: rgb(82,113,25); }

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

border-color css

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

 span { border-color: rgb(82,113,25); }

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