Html Css Color HEX #006047 Watercourse

📋 copy color: '#006047'

red 0 ◦ green 96 ◦ blue 71

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

Shades of Watercourse #006047

Tints of Watercourse #006047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.49%

 BLUE value IS 71 (28.13% from 255) = 42.51%

R = 0%
G = 57.49%
B = 42.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#006047 (or 0x006047) is known color: Watercourse. HEX triplet: 00, 60 and 47. RGB value is (0,96,71). Sum of RGB (Red+Green+Blue) = 0+96+71=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #006047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006047 is #FF9FB8. Grayscale: #404040. Windows color (decimal): -16752569 or 4677632. OLE color: 4677632.

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

Color convert

RGB 0 96 71 -
CMYK 1 0 0.26 0.62
HSL 164.38º 1% 0.19% -
HSV(B) 164.38º 1% 0.38% -
XYZ 5.32 8.82 7.38 -
YUV 64.45 131.7 82.03 -
System Red Green Blue C M Y K H S L
Decimal 0 96 71 1 0 0.26 0.62 164.38 1 0.19
Hex 0 60 47 64 0 1A 3E A4 64 13
Octal 0 140 107 144 0 32 76 244 144 23
Binary 0 1100000 1000111 1100100 0 11010 111110 10100100 1100100 10011

Color Harmonies of #006047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006047

Black with #006047

Text Example


Text Example

White with #006047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006047; }

 p { color: rgb(0,96,71); }

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

background-color css

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

 a { background-color: rgb(0,96,71); }

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

border-color css

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

 span { border-color: rgb(0,96,71); }

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