#13753C

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

Shades of Dark Spring Green #13753C

Tints of Dark Spring Green #13753C

Color information

#13753C (or 0x13753C) is unknown color: approx Dark Spring Green. HEX triplet: 13, 75 and 3C. RGB value is (19,117,60). Sum of RGB (Red+Green+Blue) = 19+117+60=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #13753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13753C is #EC8AC3. Grayscale: #515151. Windows color (decimal): -15502020 or 3962131. OLE color: 3962131.

HSL color Cylindrical-coordinate representation of color #13753C: hue angle of 145.1º 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 #13753C is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1911760-
CMYK0.8400.490.54
HSL145.1º72.06%26.67%-
HSV(B)145.1º83.76%45.88%-
XYZ7.4513.196.43-
YUV81.2116.0383.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 117 (46.09% from 255) = 59.69%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=9.69%
G=59.69%
B=30.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117600.8400.490.54145.172.0626.67
Hex13753C540313691481b
Octal23165741240616622111033
Binary1001111101011111001010100011000111011010010001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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