Html Css Color HEX #506819 Green Leaf

📋 copy color: '#506819'

red 80 ◦ green 104 ◦ blue 25

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

Shades of Green Leaf #506819

Tints of Green Leaf #506819

RGB

 RED value IS 80 (31.64% from 255) = 38.28%

 GREEN value IS 104 (41.02% from 255) = 49.76%

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

R = 38.28%
G = 49.76%
B = 11.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#506819 (or 0x506819) is known color: Green Leaf. HEX triplet: 50, 68 and 19. RGB value is (80,104,25). Sum of RGB (Red+Green+Blue) = 80+104+25=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #506819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506819 is #AF97E6. Grayscale: #585858. Windows color (decimal): -11507687 or 1665104. OLE color: 1665104.

HSL color Cylindrical-coordinate representation of color #506819: hue angle of 78.23º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #506819 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 25 -
CMYK 0.23 0 0.76 0.59
HSL 78.23º 0.61% 0.25% -
HSV(B) 78.23º 0.76% 0.41% -
XYZ 8.43 11.68 2.73 -
YUV 87.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 80 104 25 0.23 0 0.76 0.59 78.23 0.61 0.25
Hex 50 68 19 17 0 4C 3B 4E 3D 19
Octal 120 150 31 27 0 114 73 116 75 31
Binary 1010000 1101000 11001 10111 0 1001100 111011 1001110 111101 11001

Color Harmonies of #506819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506819

Black with #506819

Text Example


Text Example

White with #506819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506819; }

 p { color: rgb(80,104,25); }

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

background-color css

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

 a { background-color: rgb(80,104,25); }

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

border-color css

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

 span { border-color: rgb(80,104,25); }

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