Html Css Color HEX #03674B Watercourse

📋 copy color: '#03674B'

red 3 ◦ green 103 ◦ blue 75

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

Shades of Watercourse #03674B

Tints of Watercourse #03674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.44%

R = 1.66%
G = 56.91%
B = 41.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#03674B (or 0x03674B) is known color: Watercourse. HEX triplet: 03, 67 and 4B. RGB value is (3,103,75). Sum of RGB (Red+Green+Blue) = 3+103+75=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #03674B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03674B is #FC98B4. Grayscale: #454545. Windows color (decimal): -16554165 or 4941571. OLE color: 4941571.

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

Color convert

RGB 3 103 75 -
CMYK 0.97 0 0.27 0.60
HSL 163.2º 0.94% 0.21% -
HSV(B) 163.2º 0.97% 0.4% -
XYZ 6.16 10.23 8.31 -
YUV 69.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 3 103 75 0.97 0 0.27 0.60 163.2 0.94 0.21
Hex 3 67 4B 61 0 1B 3C A3 5E 15
Octal 3 147 113 141 0 33 74 243 136 25
Binary 11 1100111 1001011 1100001 0 11011 111100 10100011 1011110 10101

Color Harmonies of #03674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03674B

Black with #03674B

Text Example


Text Example

White with #03674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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