Html Css Color HEX #13753C Dark Spring Green

📋 copy color: '#13753C'

red 19 ◦ green 117 ◦ blue 60

#13753C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #13753C

Tints of Dark Spring Green #13753C

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 value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#13753C (or 0x13753C) is known color: 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

RGB 19 117 60 -
CMYK 0.84 0 0.49 0.54
HSL 145.1º 0.72% 0.27% -
HSV(B) 145.1º 0.84% 0.46% -
XYZ 7.45 13.19 6.43 -
YUV 81.2 116.03 83.63 -
System Red Green Blue C M Y K H S L
Decimal 19 117 60 0.84 0 0.49 0.54 145.1 0.72 0.27
Hex 13 75 3C 54 0 31 36 91 48 1B
Octal 23 165 74 124 0 61 66 221 110 33
Binary 10011 1110101 111100 1010100 0 110001 110110 10010001 1001000 11011

Color Harmonies of #13753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13753C

Black with #13753C

Text Example


Text Example

White with #13753C

Text Example


Text Example

HTML Codes & Css Web 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>