Html Css Color HEX #507219 Green Leaf

📋 copy color: '#507219'

red 80 ◦ green 114 ◦ blue 25

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

Shades of Green Leaf #507219

Tints of Green Leaf #507219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.05%

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

R = 36.53%
G = 52.05%
B = 11.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#507219 (or 0x507219) is known color: Green Leaf. HEX triplet: 50, 72 and 19. RGB value is (80,114,25). Sum of RGB (Red+Green+Blue) = 80+114+25=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #507219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507219 is #AF8DE6. Grayscale: #5E5E5E. Windows color (decimal): -11505127 or 1667664. OLE color: 1667664.

HSL color Cylindrical-coordinate representation of color #507219: hue angle of 82.92º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #507219 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 25 -
CMYK 0.30 0 0.78 0.55
HSL 82.92º 0.64% 0.27% -
HSV(B) 82.92º 0.78% 0.45% -
XYZ 9.5 13.81 3.08 -
YUV 93.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 80 114 25 0.30 0 0.78 0.55 82.92 0.64 0.27
Hex 50 72 19 1E 0 4E 37 53 40 1B
Octal 120 162 31 36 0 116 67 123 100 33
Binary 1010000 1110010 11001 11110 0 1001110 110111 1010011 1000000 11011

Color Harmonies of #507219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507219

Black with #507219

Text Example


Text Example

White with #507219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507219; }

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

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

background-color css

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

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

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

border-color css

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

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

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