#13753F

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

Shades of Dark Spring Green #13753F

Tints of Dark Spring Green #13753F

Color information

#13753F (or 0x13753F) is unknown color: approx Dark Spring Green. HEX triplet: 13, 75 and 3F. RGB value is (19,117,63). Sum of RGB (Red+Green+Blue) = 19+117+63=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #13753F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13753F is #EC8AC0. Grayscale: #515151. Windows color (decimal): -15502017 or 4158739. OLE color: 4158739.

HSL color Cylindrical-coordinate representation of color #13753F: hue angle of 146.94º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13753F is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1911763-
CMYK0.8400.460.54
HSL146.94º72.06%26.67%-
HSV(B)146.94º83.76%45.88%-
XYZ7.5313.226.86-
YUV81.54117.5383.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 63 (25% from 255) = 31.66%
R=9.55%
G=58.79%
B=31.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117630.8400.460.54146.9472.0626.67
Hex13753F5402E3693481b
Octal23165771240566622311033
Binary1001111101011111111010100010111011011010010011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13753F; }

 p { color: rgb(19,117,63); }

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

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

 a { background-color: rgb(19,117,63); }

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

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

 span { border-color: rgb(19,117,63); }

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