Html Css Color HEX #13853C Dark Spring Green

📋 copy color: '#13853C'

red 19 ◦ green 133 ◦ blue 60

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

Shades of Dark Spring Green #13853C

Tints of Dark Spring Green #13853C

RGB

 RED value IS 19 (7.81% from 255) = 8.96%

 GREEN value IS 133 (52.34% from 255) = 62.74%

 BLUE value IS 60 (23.83% from 255) = 28.3%

R = 8.96%
G = 62.74%
B = 28.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#13853C (or 0x13853C) is known color: Dark Spring Green. HEX triplet: 13, 85 and 3C. RGB value is (19,133,60). Sum of RGB (Red+Green+Blue) = 19+133+60=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #13853C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13853C is #EC7AC3. Grayscale: #5A5A5A. Windows color (decimal): -15497924 or 3966227. OLE color: 3966227.

HSL color Cylindrical-coordinate representation of color #13853C: hue angle of 141.58º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13853C is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 60 -
CMYK 0.86 0 0.55 0.48
HSL 141.58º 0.75% 0.3% -
HSV(B) 141.58º 0.86% 0.52% -
XYZ 9.47 17.24 7.1 -
YUV 90.59 110.73 76.94 -
System Red Green Blue C M Y K H S L
Decimal 19 133 60 0.86 0 0.55 0.48 141.58 0.75 0.3
Hex 13 85 3C 56 0 37 30 8E 4B 1E
Octal 23 205 74 126 0 67 60 216 113 36
Binary 10011 10000101 111100 1010110 0 110111 110000 10001110 1001011 11110

Color Harmonies of #13853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13853C

Black with #13853C

Text Example


Text Example

White with #13853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13853C;
 }
 .AnyTagClassName
 {
   color: #13853C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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