#107548

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

Shades of Dark Spring Green #107548

Tints of Dark Spring Green #107548

Color information

#107548 (or 0x107548) is unknown color: approx Dark Spring Green. HEX triplet: 10, 75 and 48. RGB value is (16,117,72). Sum of RGB (Red+Green+Blue) = 16+117+72=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #107548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107548 is #EF8AB7. Grayscale: #515151. Windows color (decimal): -15698616 or 4748560. OLE color: 4748560.

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

Color convert

RGB1611772-
CMYK0.8600.380.54
HSL153.27º75.94%26.08%-
HSV(B)153.27º86.32%45.88%-
XYZ7.7413.38.29-
YUV81.67122.5481.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 117 (46.09% from 255) = 57.07%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=7.80%
G=57.07%
B=35.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117720.8600.380.54153.2775.9426.08
Hex1075485602636994c1a
Octal201651101260466623111432
Binary10000111010110010001010110010011011011010011001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107548; }

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

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

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

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

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

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

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

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