Html Css Color HEX #03664A Watercourse

📋 copy color: '#03664A'

red 3 ◦ green 102 ◦ blue 74

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

Shades of Watercourse #03664A

Tints of Watercourse #03664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 56.98%

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

R = 1.68%
G = 56.98%
B = 41.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#03664A (or 0x03664A) is known color: Watercourse. HEX triplet: 03, 66 and 4A. RGB value is (3,102,74). Sum of RGB (Red+Green+Blue) = 3+102+74=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #03664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03664A is #FC99B5. Grayscale: #454545. Windows color (decimal): -16554422 or 4875779. OLE color: 4875779.

HSL color Cylindrical-coordinate representation of color #03664A: hue angle of 163.03º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03664A is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 74 -
CMYK 0.97 0 0.27 0.6
HSL 163.03º 0.94% 0.21% -
HSV(B) 163.03º 0.97% 0.4% -
XYZ 6.02 10.02 8.09 -
YUV 69.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 3 102 74 0.97 0 0.27 0.6 163.03 0.94 0.21
Hex 3 66 4A 61 0 1B 3C A3 5E 15
Octal 3 146 112 141 0 33 74 243 136 25
Binary 11 1100110 1001010 1100001 0 11011 111100 10100011 1011110 10101

Color Harmonies of #03664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03664A

Black with #03664A

Text Example


Text Example

White with #03664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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