#03603F

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

Shades of Jewel #03603F

Tints of Jewel #03603F

Color information

#03603F (or 0x03603F) is unknown color: approx Jewel. HEX triplet: 03, 60 and 3F. RGB value is (3,96,63). Sum of RGB (Red+Green+Blue) = 3+96+63=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #03603F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03603F is #FC9FC0. Grayscale: #404040. Windows color (decimal): -16555969 or 4153347. OLE color: 4153347.

HSL color Cylindrical-coordinate representation of color #03603F: hue angle of 158.71º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03603F is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB39663-
CMYK0.9700.340.62
HSL158.71º93.94%19.41%-
HSV(B)158.71º96.88%37.65%-
XYZ5.128.746.12-
YUV64.43127.1984.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 96 (37.89% from 255) = 59.26%
BLUE value IS 63 (25% from 255) = 38.89%
R=1.85%
G=59.26%
B=38.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396630.9700.340.62158.7193.9419.41
Hex3603F610223E9f5e13
Octal3140771410427623713623
Binary1111000001111111100001010001011111010011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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