#10753E

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

Shades of Dark Spring Green #10753E

Tints of Dark Spring Green #10753E

Color information

#10753E (or 0x10753E) is unknown color: approx Dark Spring Green. HEX triplet: 10, 75 and 3E. RGB value is (16,117,62). Sum of RGB (Red+Green+Blue) = 16+117+62=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #10753E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10753E is #EF8AC1. Grayscale: #505050. Windows color (decimal): -15698626 or 4093200. OLE color: 4093200.

HSL color Cylindrical-coordinate representation of color #10753E: hue angle of 147.33º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10753E is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1611762-
CMYK0.8600.470.54
HSL147.33º75.94%26.08%-
HSV(B)147.33º86.32%45.88%-
XYZ7.4413.186.71-
YUV80.53117.5481.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 117 (46.09% from 255) = 60%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=8.21%
G=60%
B=31.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117620.8600.470.54147.3375.9426.08
Hex10753E5602F36934c1a
Octal20165761260576622311432
Binary1000011101011111101010110010111111011010010011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10753E; }

 p { color: rgb(16,117,62); }

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

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

 a { background-color: rgb(16,117,62); }

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

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

 span { border-color: rgb(16,117,62); }

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