#006344

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

Shades of Watercourse #006344

Tints of Watercourse #006344

Color information

#006344 (or 0x006344) is unknown color: approx Watercourse. HEX triplet: 00, 63 and 44. RGB value is (0,99,68). Sum of RGB (Red+Green+Blue) = 0+99+68=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #006344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006344 is #FF9CBB. Grayscale: #414141. Windows color (decimal): -16751804 or 4481792. OLE color: 4481792.

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

Color convert

RGB09968-
CMYK100.310.61
HSL161.21º100%19.41%-
HSV(B)161.21º100%38.82%-
XYZ5.519.346.98-
YUV65.86129.281.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 59.28%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=0%
G=59.28%
B=40.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09968100.310.61161.2110019.41
Hex063446401F3Da16413
Octal01431041440377524114423
Binary011000111000100110010001111111110110100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006344; }

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

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

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

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

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

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

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

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