Html Css Color HEX #03674A Watercourse

📋 copy color: '#03674A'

red 3 ◦ green 103 ◦ blue 74

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

Shades of Watercourse #03674A

Tints of Watercourse #03674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 57.22%

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

R = 1.67%
G = 57.22%
B = 41.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#03674A (or 0x03674A) is known color: Watercourse. HEX triplet: 03, 67 and 4A. RGB value is (3,103,74). Sum of RGB (Red+Green+Blue) = 3+103+74=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #03674A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03674A is #FC98B5. Grayscale: #454545. Windows color (decimal): -16554166 or 4876035. OLE color: 4876035.

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

Color convert

RGB 3 103 74 -
CMYK 0.97 0 0.28 0.60
HSL 162.6º 0.94% 0.21% -
HSV(B) 162.6º 0.97% 0.4% -
XYZ 6.12 10.21 8.13 -
YUV 69.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 3 103 74 0.97 0 0.28 0.60 162.6 0.94 0.21
Hex 3 67 4A 61 0 1C 3C A3 5E 15
Octal 3 147 112 141 0 34 74 243 136 25
Binary 11 1100111 1001010 1100001 0 11100 111100 10100011 1011110 10101

Color Harmonies of #03674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03674A

Black with #03674A

Text Example


Text Example

White with #03674A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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