#13843A

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

Shades of Dark Spring Green #13843A

Tints of Dark Spring Green #13843A

Color information

#13843A (or 0x13843A) is unknown color: approx Dark Spring Green. HEX triplet: 13, 84 and 3A. RGB value is (19,132,58). Sum of RGB (Red+Green+Blue) = 19+132+58=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 132 (51.95% from 255 or 63.16% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 132 - color contains mainly: green. Hex color #13843A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13843A is #EC7BC5. Grayscale: #595959. Windows color (decimal): -15498182 or 3834899. OLE color: 3834899.

HSL color Cylindrical-coordinate representation of color #13843A: hue angle of 140.71º 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 #13843A is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1913258-
CMYK0.8600.560.48
HSL140.71º74.83%29.61%-
HSV(B)140.71º85.61%51.76%-
XYZ9.2816.956.78-
YUV89.78110.0677.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 132 (51.95% from 255) = 63.16%
BLUE value IS 58 (23.05% from 255) = 27.75%
R=9.09%
G=63.16%
B=27.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132580.8600.560.48140.7174.8329.61
Hex13843A56038308d4b1e
Octal23204721260706021511336
Binary10011100001001110101010110011100011000010001101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13843A; }

 p { color: rgb(19,132,58); }

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

<style>
 a { background-color: #13843A; }

 a { background-color: rgb(19,132,58); }

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

<style>
 span { border-color: #13843A; }

 span { border-color: rgb(19,132,58); }

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