Html Css Color HEX #03694F Watercourse

📋 copy color: '#03694F'

red 3 ◦ green 105 ◦ blue 79

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

Shades of Watercourse #03694F

Tints of Watercourse #03694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.15%

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 1.6%
G = 56.15%
B = 42.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#03694F (or 0x03694F) is known color: Watercourse. HEX triplet: 03, 69 and 4F. RGB value is (3,105,79). Sum of RGB (Red+Green+Blue) = 3+105+79=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #03694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03694F is #FC96B0. Grayscale: #474747. Windows color (decimal): -16553649 or 5204227. OLE color: 5204227.

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

Color convert

RGB 3 105 79 -
CMYK 0.97 0 0.25 0.59
HSL 164.71º 0.94% 0.21% -
HSV(B) 164.71º 0.97% 0.41% -
XYZ 6.5 10.69 9.12 -
YUV 71.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 3 105 79 0.97 0 0.25 0.59 164.71 0.94 0.21
Hex 3 69 4F 61 0 19 3B A5 5E 15
Octal 3 151 117 141 0 31 73 245 136 25
Binary 11 1101001 1001111 1100001 0 11001 111011 10100101 1011110 10101

Color Harmonies of #03694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03694F

Black with #03694F

Text Example


Text Example

White with #03694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03694F;
 }
 .AnyTagClassName
 {
   color: #03694F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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