Html Css Color HEX #13863C Dark Spring Green

📋 copy color: '#13863C'

red 19 ◦ green 134 ◦ blue 60

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

Shades of Dark Spring Green #13863C

Tints of Dark Spring Green #13863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 62.91%

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

R = 8.92%
G = 62.91%
B = 28.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#13863C (or 0x13863C) is known color: Dark Spring Green. HEX triplet: 13, 86 and 3C. RGB value is (19,134,60). Sum of RGB (Red+Green+Blue) = 19+134+60=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 134 (52.73% from 255 or 62.91% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 134 - color contains mainly: green. Hex color #13863C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13863C is #EC79C3. Grayscale: #5B5B5B. Windows color (decimal): -15497668 or 3966483. OLE color: 3966483.

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

Color convert

RGB 19 134 60 -
CMYK 0.86 0 0.55 0.47
HSL 141.39º 0.75% 0.3% -
HSV(B) 141.39º 0.86% 0.53% -
XYZ 9.61 17.51 7.15 -
YUV 91.18 110.4 76.52 -
System Red Green Blue C M Y K H S L
Decimal 19 134 60 0.86 0 0.55 0.47 141.39 0.75 0.3
Hex 13 86 3C 56 0 37 2F 8D 4B 1E
Octal 23 206 74 126 0 67 57 215 113 36
Binary 10011 10000110 111100 1010110 0 110111 101111 10001101 1001011 11110

Color Harmonies of #13863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13863C

Black with #13863C

Text Example


Text Example

White with #13863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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