Html Css Color HEX #527019 Green Leaf

📋 copy color: '#527019'

red 82 ◦ green 112 ◦ blue 25

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

Shades of Green Leaf #527019

Tints of Green Leaf #527019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.14%

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

R = 37.44%
G = 51.14%
B = 11.42%

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

#527019 (or 0x527019) is known color: Green Leaf. HEX triplet: 52, 70 and 19. RGB value is (82,112,25). Sum of RGB (Red+Green+Blue) = 82+112+25=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #527019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527019 is #AD8FE6. Grayscale: #5D5D5D. Windows color (decimal): -11374567 or 1667154. OLE color: 1667154.

HSL color Cylindrical-coordinate representation of color #527019: hue angle of 80.69º 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 #527019 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 25 -
CMYK 0.27 0 0.78 0.56
HSL 80.69º 0.64% 0.27% -
HSV(B) 80.69º 0.78% 0.44% -
XYZ 9.45 13.45 3.02 -
YUV 93.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 82 112 25 0.27 0 0.78 0.56 80.69 0.64 0.27
Hex 52 70 19 1B 0 4E 38 51 40 1B
Octal 122 160 31 33 0 116 70 121 100 33
Binary 1010010 1110000 11001 11011 0 1001110 111000 1010001 1000000 11011

Color Harmonies of #527019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527019

Black with #527019

Text Example


Text Example

White with #527019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527019; }

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

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

background-color css

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

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

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

border-color css

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

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

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