Html Css Color HEX #507112 Green Leaf

📋 copy color: '#507112'

red 80 ◦ green 113 ◦ blue 18

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

Shades of Green Leaf #507112

Tints of Green Leaf #507112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 37.91%
G = 53.55%
B = 8.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#507112 (or 0x507112) is known color: Green Leaf. HEX triplet: 50, 71 and 12. RGB value is (80,113,18). Sum of RGB (Red+Green+Blue) = 80+113+18=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #507112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507112 is #AF8EED. Grayscale: #5C5C5C. Windows color (decimal): -11505390 or 1208656. OLE color: 1208656.

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

Color convert

RGB 80 113 18 -
CMYK 0.29 0 0.84 0.56
HSL 80.84º 0.73% 0.26% -
HSV(B) 80.84º 0.84% 0.44% -
XYZ 9.32 13.56 2.7 -
YUV 92.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 80 113 18 0.29 0 0.84 0.56 80.84 0.73 0.26
Hex 50 71 12 1D 0 54 38 51 49 1A
Octal 120 161 22 35 0 124 70 121 111 32
Binary 1010000 1110001 10010 11101 0 1010100 111000 1010001 1001001 11010

Color Harmonies of #507112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507112

Black with #507112

Text Example


Text Example

White with #507112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507112; }

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

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

background-color css

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

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

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

border-color css

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

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

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