#13823C

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

Shades of Dark Spring Green #13823C

Tints of Dark Spring Green #13823C

Color information

#13823C (or 0x13823C) is unknown color: approx Dark Spring Green. HEX triplet: 13, 82 and 3C. RGB value is (19,130,60). Sum of RGB (Red+Green+Blue) = 19+130+60=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #13823C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13823C is #EC7DC3. Grayscale: #595959. Windows color (decimal): -15498692 or 3965459. OLE color: 3965459.

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

Color convert

RGB1913060-
CMYK0.8500.540.49
HSL142.16º74.5%29.22%-
HSV(B)142.16º85.38%50.98%-
XYZ9.0716.436.97-
YUV88.83111.7378.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 130 (51.17% from 255) = 62.20%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=9.09%
G=62.20%
B=28.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130600.8500.540.49142.1674.529.22
Hex13823C55036318e4a1d
Octal23202741250666121611235
Binary10011100000101111001010101011011011000110001110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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