#03863A

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

Shades of Dark Spring Green #03863A

Tints of Dark Spring Green #03863A

Color information

#03863A (or 0x03863A) is unknown color: approx Dark Spring Green. HEX triplet: 03, 86 and 3A. RGB value is (3,134,58). Sum of RGB (Red+Green+Blue) = 3+134+58=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 134 (52.73% from 255 or 68.72% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 134 - color contains mainly: green. Hex color #03863A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03863A is #FC79C5. Grayscale: #565656. Windows color (decimal): -16546246 or 3835395. OLE color: 3835395.

HSL color Cylindrical-coordinate representation of color #03863A: hue angle of 145.19º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03863A is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB313458-
CMYK0.9800.570.47
HSL145.19º95.62%26.86%-
HSV(B)145.19º97.76%52.55%-
XYZ9.3317.386.87-
YUV86.17112.168.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 134 (52.73% from 255) = 68.72%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=1.54%
G=68.72%
B=29.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3134580.9800.570.47145.1995.6226.86
Hex3863A620392F91601b
Octal3206721420715722114033
Binary11100001101110101100010011100110111110010001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,134,58); }

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

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

 a { background-color: rgb(3,134,58); }

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

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

 span { border-color: rgb(3,134,58); }

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