#107D41

Color #107D41 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #107D41

Tints of Dark Spring Green #107D41

Color information

#107D41 (or 0x107D41) is unknown color: approx Dark Spring Green. HEX triplet: 10, 7D and 41. RGB value is (16,125,65). Sum of RGB (Red+Green+Blue) = 16+125+65=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 125 (49.22% from 255 or 60.68% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 125 - color contains mainly: green. Hex color #107D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107D41 is #EF82BE. Grayscale: #555555. Windows color (decimal): -15696575 or 4291856. OLE color: 4291856.

HSL color Cylindrical-coordinate representation of color #107D41: hue angle of 146.97º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107D41 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1612565-
CMYK0.8700.480.51
HSL146.97º77.3%27.65%-
HSV(B)146.97º87.2%49.02%-
XYZ8.515.167.48-
YUV85.57116.3978.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 125 (49.22% from 255) = 60.68%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=7.77%
G=60.68%
B=31.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16125650.8700.480.51146.9777.327.65
Hex107D415703033934d1c
Octal201751011270606322311534
Binary10000111110110000011010111011000011001110010011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107D41; }

 p { color: rgb(16,125,65); }

 H1.HeaderClassName
 {
   color: #107D41;
 }
 .AnyTagClassName
 {
   color: #107D41;
 }
</style>
background-color css

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

 a { background-color: rgb(16,125,65); }

 div.DivClassName
 {
   background-color: #107D41;
 }
 .BgClassName
 {
   background-color: #107D41;
 }
</style>
border-color css

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

 span { border-color: rgb(16,125,65); }

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