Html Css Color HEX #527619 Green Leaf

📋 copy color: '#527619'

red 82 ◦ green 118 ◦ blue 25

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

Shades of Green Leaf #527619

Tints of Green Leaf #527619

RGB

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

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

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

R = 36.44%
G = 52.44%
B = 11.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#527619 (or 0x527619) is known color: Green Leaf. HEX triplet: 52, 76 and 19. RGB value is (82,118,25). Sum of RGB (Red+Green+Blue) = 82+118+25=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #527619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527619 is #AD89E6. Grayscale: #606060. Windows color (decimal): -11373031 or 1668690. OLE color: 1668690.

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

Color convert

RGB 82 118 25 -
CMYK 0.31 0 0.79 0.54
HSL 83.23º 0.65% 0.28% -
HSV(B) 83.23º 0.79% 0.46% -
XYZ 10.13 14.82 3.25 -
YUV 96.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 82 118 25 0.31 0 0.79 0.54 83.23 0.65 0.28
Hex 52 76 19 1F 0 4F 36 53 41 1C
Octal 122 166 31 37 0 117 66 123 101 34
Binary 1010010 1110110 11001 11111 0 1001111 110110 1010011 1000001 11100

Color Harmonies of #527619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527619

Black with #527619

Text Example


Text Example

White with #527619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527619; }

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

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

background-color css

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

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

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

border-color css

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

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

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