Html Css Color HEX #03604D Watercourse

📋 copy color: '#03604D'

red 3 ◦ green 96 ◦ blue 77

#03604D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #03604D

Tints of Watercourse #03604D

RGB

 RED value IS 3 (1.56% from 255) = 1.7%

 GREEN value IS 96 (37.89% from 255) = 54.55%

 BLUE value IS 77 (30.47% from 255) = 43.75%

R = 1.7%
G = 54.55%
B = 43.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#03604D (or 0x03604D) is known color: Watercourse. HEX triplet: 03, 60 and 4D. RGB value is (3,96,77). Sum of RGB (Red+Green+Blue) = 3+96+77=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #03604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03604D is #FC9FB2. Grayscale: #424242. Windows color (decimal): -16555955 or 5070851. OLE color: 5070851.

HSL color Cylindrical-coordinate representation of color #03604D: hue angle of 167.74º 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 #03604D is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 77 -
CMYK 0.97 0 0.20 0.62
HSL 167.74º 0.94% 0.19% -
HSV(B) 167.74º 0.97% 0.38% -
XYZ 5.56 8.92 8.45 -
YUV 66.03 134.19 83.04 -
System Red Green Blue C M Y K H S L
Decimal 3 96 77 0.97 0 0.20 0.62 167.74 0.94 0.19
Hex 3 60 4D 61 0 14 3E A8 5E 13
Octal 3 140 115 141 0 24 76 250 136 23
Binary 11 1100000 1001101 1100001 0 10100 111110 10101000 1011110 10011

Color Harmonies of #03604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03604D

Black with #03604D

Text Example


Text Example

White with #03604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03604D; }

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

 H1.HeaderClassName
 {
   color: #03604D;
 }
 .AnyTagClassName
 {
   color: #03604D;
 }
</style>

background-color css

<style>
 a { background-color: #03604D; }

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

 div.DivClassName
 {
   background-color: #03604D;
 }
 .BgClassName
 {
   background-color: #03604D;
 }
</style>

border-color css

<style>
 span { border-color: #03604D; }

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

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