#006043

Color #006043 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #006043

Tints of Watercourse #006043

Color information

#006043 (or 0x006043) is unknown color: approx Watercourse. HEX triplet: 00, 60 and 43. RGB value is (0,96,67). Sum of RGB (Red+Green+Blue) = 0+96+67=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #006043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006043 is #FF9FBC. Grayscale: #404040. Windows color (decimal): -16752573 or 4415488. OLE color: 4415488.

HSL color Cylindrical-coordinate representation of color #006043: hue angle of 161.88º 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 #006043 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB09667-
CMYK100.300.62
HSL161.88º100%18.82%-
HSV(B)161.88º100%37.65%-
XYZ5.28.776.73-
YUV63.99129.782.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 58.90%
BLUE value IS 67 (26.56% from 255) = 41.10%
R=0%
G=58.90%
B=41.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09667100.300.62161.8810018.82
Hex060436401E3Ea26413
Octal01401031440367624214423
Binary011000001000011110010001111011111010100010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006043; }

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

 H1.HeaderClassName
 {
   color: #006043;
 }
 .AnyTagClassName
 {
   color: #006043;
 }
</style>
background-color css

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

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

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

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

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

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