#107342

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

Shades of Dark Spring Green #107342

Tints of Dark Spring Green #107342

Color information

#107342 (or 0x107342) is unknown color: approx Dark Spring Green. HEX triplet: 10, 73 and 42. RGB value is (16,115,66). Sum of RGB (Red+Green+Blue) = 16+115+66=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #107342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107342 is #EF8CBD. Grayscale: #4F4F4F. Windows color (decimal): -15699134 or 4354832. OLE color: 4354832.

HSL color Cylindrical-coordinate representation of color #107342: hue angle of 150.3º 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 #107342 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1611566-
CMYK0.8600.430.55
HSL150.3º75.57%25.69%-
HSV(B)150.3º86.09%45.1%-
XYZ7.3312.767.23-
YUV79.81120.282.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.12%
GREEN value IS 115 (45.31% from 255) = 58.38%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=8.12%
G=58.38%
B=33.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16115660.8600.430.55150.375.5725.69
Hex1073425602B37964c1a
Octal201631021260536722611432
Binary10000111001110000101010110010101111011110010110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107342; }

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

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

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

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

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

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

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

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