#03643C

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

Shades of Jewel #03643C

Tints of Jewel #03643C

Color information

#03643C (or 0x03643C) is unknown color: approx Jewel. HEX triplet: 03, 64 and 3C. RGB value is (3,100,60). Sum of RGB (Red+Green+Blue) = 3+100+60=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #03643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03643C is #FC9BC3. Grayscale: #424242. Windows color (decimal): -16554948 or 3957763. OLE color: 3957763.

HSL color Cylindrical-coordinate representation of color #03643C: hue angle of 155.26º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03643C is Cyan = 0.97, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB310060-
CMYK0.9700.40.61
HSL155.26º94.17%20.2%-
HSV(B)155.26º97%39.22%-
XYZ5.419.465.82-
YUV66.44124.3682.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 100 (39.45% from 255) = 61.35%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=1.84%
G=61.35%
B=36.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3100600.9700.40.61155.2694.1720.2
Hex3643C610283D9b5e14
Octal3144741410507523313624
Binary1111001001111001100001010100011110110011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,100,60); }

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

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

 a { background-color: rgb(3,100,60); }

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

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

 span { border-color: rgb(3,100,60); }

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