Html Css Color HEX #03694A Watercourse

📋 copy color: '#03694A'

red 3 ◦ green 105 ◦ blue 74

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

Shades of Watercourse #03694A

Tints of Watercourse #03694A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40.66%

R = 1.65%
G = 57.69%
B = 40.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#03694A (or 0x03694A) is known color: Watercourse. HEX triplet: 03, 69 and 4A. RGB value is (3,105,74). Sum of RGB (Red+Green+Blue) = 3+105+74=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #03694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03694A is #FC96B5. Grayscale: #464646. Windows color (decimal): -16553654 or 4876547. OLE color: 4876547.

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

Color convert

RGB 3 105 74 -
CMYK 0.97 0 0.30 0.59
HSL 161.76º 0.94% 0.21% -
HSV(B) 161.76º 0.97% 0.41% -
XYZ 6.33 10.62 8.19 -
YUV 70.97 129.71 79.52 -
System Red Green Blue C M Y K H S L
Decimal 3 105 74 0.97 0 0.30 0.59 161.76 0.94 0.21
Hex 3 69 4A 61 0 1E 3B A2 5E 15
Octal 3 151 112 141 0 36 73 242 136 25
Binary 11 1101001 1001010 1100001 0 11110 111011 10100010 1011110 10101

Color Harmonies of #03694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03694A

Black with #03694A

Text Example


Text Example

White with #03694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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