Html Css Color HEX #507719 Green Leaf

📋 copy color: '#507719'

red 80 ◦ green 119 ◦ blue 25

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

Shades of Green Leaf #507719

Tints of Green Leaf #507719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.13%

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

R = 35.71%
G = 53.13%
B = 11.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#507719 (or 0x507719) is known color: Green Leaf. HEX triplet: 50, 77 and 19. RGB value is (80,119,25). Sum of RGB (Red+Green+Blue) = 80+119+25=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #507719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507719 is #AF88E6. Grayscale: #606060. Windows color (decimal): -11503847 or 1668944. OLE color: 1668944.

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

Color convert

RGB 80 119 25 -
CMYK 0.33 0 0.79 0.53
HSL 84.89º 0.65% 0.28% -
HSV(B) 84.89º 0.79% 0.47% -
XYZ 10.08 14.97 3.28 -
YUV 96.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 80 119 25 0.33 0 0.79 0.53 84.89 0.65 0.28
Hex 50 77 19 21 0 4F 35 55 41 1C
Octal 120 167 31 41 0 117 65 125 101 34
Binary 1010000 1110111 11001 100001 0 1001111 110101 1010101 1000001 11100

Color Harmonies of #507719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507719

Black with #507719

Text Example


Text Example

White with #507719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507719; }

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

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

background-color css

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

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

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

border-color css

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

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

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