#107340

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

Shades of Dark Spring Green #107340

Tints of Dark Spring Green #107340

Color information

#107340 (or 0x107340) is unknown color: approx Dark Spring Green. HEX triplet: 10, 73 and 40. RGB value is (16,115,64). Sum of RGB (Red+Green+Blue) = 16+115+64=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #107340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107340 is #EF8CBF. Grayscale: #4F4F4F. Windows color (decimal): -15699136 or 4223760. OLE color: 4223760.

HSL color Cylindrical-coordinate representation of color #107340: hue angle of 149.09º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107340 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1611564-
CMYK0.8600.440.55
HSL149.09º75.57%25.69%-
HSV(B)149.09º86.09%45.1%-
XYZ7.2712.746.93-
YUV79.59119.282.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 115 (45.31% from 255) = 58.97%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=8.21%
G=58.97%
B=32.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16115640.8600.440.55149.0975.5725.69
Hex1073405602C37954c1a
Octal201631001260546722511432
Binary10000111001110000001010110010110011011110010101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107340; }

 p { color: rgb(16,115,64); }

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

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

 a { background-color: rgb(16,115,64); }

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

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

 span { border-color: rgb(16,115,64); }

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