Html Css Color HEX #507113 Green Leaf

📋 copy color: '#507113'

red 80 ◦ green 113 ◦ blue 19

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

Shades of Green Leaf #507113

Tints of Green Leaf #507113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.3%

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 37.74%
G = 53.3%
B = 8.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#507113 (or 0x507113) is known color: Green Leaf. HEX triplet: 50, 71 and 13. RGB value is (80,113,19). Sum of RGB (Red+Green+Blue) = 80+113+19=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #507113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507113 is #AF8EEC. Grayscale: #5C5C5C. Windows color (decimal): -11505389 or 1274192. OLE color: 1274192.

HSL color Cylindrical-coordinate representation of color #507113: hue angle of 81.06º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #507113 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 19 -
CMYK 0.29 0 0.83 0.56
HSL 81.06º 0.71% 0.26% -
HSV(B) 81.06º 0.83% 0.44% -
XYZ 9.33 13.56 2.74 -
YUV 92.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 80 113 19 0.29 0 0.83 0.56 81.06 0.71 0.26
Hex 50 71 13 1D 0 53 38 51 47 1A
Octal 120 161 23 35 0 123 70 121 107 32
Binary 1010000 1110001 10011 11101 0 1010011 111000 1010001 1000111 11010

Color Harmonies of #507113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507113

Black with #507113

Text Example


Text Example

White with #507113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507113; }

 p { color: rgb(80,113,19); }

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

background-color css

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

 a { background-color: rgb(80,113,19); }

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

border-color css

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

 span { border-color: rgb(80,113,19); }

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