#03614F

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

Shades of Watercourse #03614F

Tints of Watercourse #03614F

Color information

#03614F (or 0x03614F) is unknown color: approx Watercourse. HEX triplet: 03, 61 and 4F. RGB value is (3,97,79). Sum of RGB (Red+Green+Blue) = 3+97+79=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #03614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03614F is #FC9EB0. Grayscale: #424242. Windows color (decimal): -16555697 or 5202179. OLE color: 5202179.

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

Color convert

RGB39779-
CMYK0.9700.190.62
HSL168.51º94%19.61%-
HSV(B)168.51º96.91%38.04%-
XYZ5.729.138.86-
YUV66.84134.8682.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 97 (38.28% from 255) = 54.19%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=1.68%
G=54.19%
B=44.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal397790.9700.190.62168.519419.61
Hex3614F610133Ea95e14
Octal31411171410237625113624
Binary1111000011001111110000101001111111010101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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