Html Css Color HEX #527D19 Green Leaf

📋 copy color: '#527D19'

red 82 ◦ green 125 ◦ blue 25

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

Shades of Green Leaf #527D19

Tints of Green Leaf #527D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.88%

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

R = 35.34%
G = 53.88%
B = 10.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#527D19 (or 0x527D19) is known color: Green Leaf. HEX triplet: 52, 7D and 19. RGB value is (82,125,25). Sum of RGB (Red+Green+Blue) = 82+125+25=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #527D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527D19 is #AD82E6. Grayscale: #656565. Windows color (decimal): -11371239 or 1670482. OLE color: 1670482.

HSL color Cylindrical-coordinate representation of color #527D19: hue angle of 85.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #527D19 is Cyan = 0.34, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 125 25 -
CMYK 0.34 0 0.8 0.51
HSL 85.8º 0.67% 0.29% -
HSV(B) 85.8º 0.8% 0.49% -
XYZ 10.99 16.53 3.53 -
YUV 100.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 82 125 25 0.34 0 0.8 0.51 85.8 0.67 0.29
Hex 52 7D 19 22 0 50 33 56 43 1D
Octal 122 175 31 42 0 120 63 126 103 35
Binary 1010010 1111101 11001 100010 0 1010000 110011 1010110 1000011 11101

Color Harmonies of #527D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527D19

Black with #527D19

Text Example


Text Example

White with #527D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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