#03674F

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

Shades of Watercourse #03674F

Tints of Watercourse #03674F

Color information

#03674F (or 0x03674F) is unknown color: approx Watercourse. HEX triplet: 03, 67 and 4F. RGB value is (3,103,79). Sum of RGB (Red+Green+Blue) = 3+103+79=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #03674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03674F is #FC98B0. Grayscale: #464646. Windows color (decimal): -16554161 or 5203715. OLE color: 5203715.

HSL color Cylindrical-coordinate representation of color #03674F: hue angle of 165.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03674F is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB310379-
CMYK0.9700.230.60
HSL165.6º94.34%20.78%-
HSV(B)165.6º97.09%40.39%-
XYZ6.310.289.05-
YUV70.36132.8779.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 103 (40.62% from 255) = 55.68%
BLUE value IS 79 (31.25% from 255) = 42.70%
R=1.62%
G=55.68%
B=42.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3103790.9700.230.60165.694.3420.78
Hex3674F610173Ca65e15
Octal31471171410277424613625
Binary1111001111001111110000101011111110010100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,103,79); }

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

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

 a { background-color: rgb(3,103,79); }

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

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

 span { border-color: rgb(3,103,79); }

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