#006148

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

Shades of Watercourse #006148

Tints of Watercourse #006148

Color information

#006148 (or 0x006148) is unknown color: approx Watercourse. HEX triplet: 00, 61 and 48. RGB value is (0,97,72). Sum of RGB (Red+Green+Blue) = 0+97+72=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #006148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006148 is #FF9EB7. Grayscale: #414141. Windows color (decimal): -16752312 or 4743424. OLE color: 4743424.

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

Color convert

RGB09772-
CMYK100.260.62
HSL164.54º100%19.02%-
HSV(B)164.54º100%38.04%-
XYZ5.449.027.58-
YUV65.15131.8681.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=0%
G=57.40%
B=42.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09772100.260.62164.5410019.02
Hex061486401A3Ea56413
Octal01411101440327624514423
Binary011000011001000110010001101011111010100101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006148; }

 p { color: rgb(0,97,72); }

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

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

 a { background-color: rgb(0,97,72); }

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

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

 span { border-color: rgb(0,97,72); }

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