Html Css Color HEX #03694D Watercourse

📋 copy color: '#03694D'

red 3 ◦ green 105 ◦ blue 77

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

Shades of Watercourse #03694D

Tints of Watercourse #03694D

RGB

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

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

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

R = 1.62%
G = 56.76%
B = 41.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#03694D (or 0x03694D) is known color: Watercourse. HEX triplet: 03, 69 and 4D. RGB value is (3,105,77). Sum of RGB (Red+Green+Blue) = 3+105+77=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #03694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03694D is #FC96B2. Grayscale: #474747. Windows color (decimal): -16553651 or 5073155. OLE color: 5073155.

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

Color convert

RGB 3 105 77 -
CMYK 0.97 0 0.27 0.59
HSL 163.53º 0.94% 0.21% -
HSV(B) 163.53º 0.97% 0.41% -
XYZ 6.43 10.66 8.74 -
YUV 71.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 3 105 77 0.97 0 0.27 0.59 163.53 0.94 0.21
Hex 3 69 4D 61 0 1B 3B A4 5E 15
Octal 3 151 115 141 0 33 73 244 136 25
Binary 11 1101001 1001101 1100001 0 11011 111011 10100100 1011110 10101

Color Harmonies of #03694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03694D

Black with #03694D

Text Example


Text Example

White with #03694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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