Html Css Color HEX #13813F Dark Spring Green

📋 copy color: '#13813F'

red 19 ◦ green 129 ◦ blue 63

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

Shades of Dark Spring Green #13813F

Tints of Dark Spring Green #13813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 61.14%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 9%
G = 61.14%
B = 29.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#13813F (or 0x13813F) is known color: Dark Spring Green. HEX triplet: 13, 81 and 3F. RGB value is (19,129,63). Sum of RGB (Red+Green+Blue) = 19+129+63=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #13813F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13813F is #EC7EC0. Grayscale: #585858. Windows color (decimal): -15498945 or 4161811. OLE color: 4161811.

HSL color Cylindrical-coordinate representation of color #13813F: hue angle of 144º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13813F is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 63 -
CMYK 0.85 0 0.51 0.49
HSL 144º 0.74% 0.29% -
HSV(B) 144º 0.85% 0.51% -
XYZ 9.02 16.2 7.35 -
YUV 88.59 113.56 78.37 -
System Red Green Blue C M Y K H S L
Decimal 19 129 63 0.85 0 0.51 0.49 144 0.74 0.29
Hex 13 81 3F 55 0 33 31 90 4A 1D
Octal 23 201 77 125 0 63 61 220 112 35
Binary 10011 10000001 111111 1010101 0 110011 110001 10010000 1001010 11101

Color Harmonies of #13813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13813F

Black with #13813F

Text Example


Text Example

White with #13813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13813F;
 }
 .AnyTagClassName
 {
   color: #13813F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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