#03593F

Color #03593F Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #03593F

Tints of Jewel #03593F

Color information

#03593F (or 0x03593F) is unknown color: approx Jewel. HEX triplet: 03, 59 and 3F. RGB value is (3,89,63). Sum of RGB (Red+Green+Blue) = 3+89+63=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #03593F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03593F is #FCA6C0. Grayscale: #3C3C3C. Windows color (decimal): -16557761 or 4151555. OLE color: 4151555.

HSL color Cylindrical-coordinate representation of color #03593F: hue angle of 161.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03593F is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB38963-
CMYK0.9700.290.65
HSL161.86º93.48%18.04%-
HSV(B)161.86º96.63%34.9%-
XYZ4.517.525.92-
YUV60.32129.5187.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.94%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 63 (25% from 255) = 40.65%
R=1.94%
G=57.42%
B=40.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal389630.9700.290.65161.8693.4818.04
Hex3593F6101D41a25d12
Octal31317714103510124213522
Binary1110110011111111100001011101100000110100010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,89,63); }

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

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

 a { background-color: rgb(3,89,63); }

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

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

 span { border-color: rgb(3,89,63); }

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