Html Css Color HEX #006349 Watercourse

📋 copy color: '#006349'

red 0 ◦ green 99 ◦ blue 73

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

Shades of Watercourse #006349

Tints of Watercourse #006349

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 99 (39.06% from 255) = 57.56%

 BLUE value IS 73 (28.91% from 255) = 42.44%

R = 0%
G = 57.56%
B = 42.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#006349 (or 0x006349) is known color: Watercourse. HEX triplet: 00, 63 and 49. RGB value is (0,99,73). Sum of RGB (Red+Green+Blue) = 0+99+73=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #006349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006349 is #FF9CB6. Grayscale: #424242. Windows color (decimal): -16751799 or 4809472. OLE color: 4809472.

HSL color Cylindrical-coordinate representation of color #006349: hue angle of 164.24º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006349 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 99 73 -
CMYK 1 0 0.26 0.61
HSL 164.24º 1% 0.19% -
HSV(B) 164.24º 1% 0.39% -
XYZ 5.66 9.4 7.82 -
YUV 66.44 131.7 80.61 -
System Red Green Blue C M Y K H S L
Decimal 0 99 73 1 0 0.26 0.61 164.24 1 0.19
Hex 0 63 49 64 0 1A 3D A4 64 13
Octal 0 143 111 144 0 32 75 244 144 23
Binary 0 1100011 1001001 1100100 0 11010 111101 10100100 1100100 10011

Color Harmonies of #006349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006349

Black with #006349

Text Example


Text Example

White with #006349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006349; }

 p { color: rgb(0,99,73); }

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

background-color css

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

 a { background-color: rgb(0,99,73); }

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

border-color css

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

 span { border-color: rgb(0,99,73); }

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