#006048

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

Shades of Watercourse #006048

Tints of Watercourse #006048

Color information

#006048 (or 0x006048) is unknown color: approx Watercourse. HEX triplet: 00, 60 and 48. RGB value is (0,96,72). Sum of RGB (Red+Green+Blue) = 0+96+72=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #006048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006048 is #FF9FB7. Grayscale: #404040. Windows color (decimal): -16752568 or 4743168. OLE color: 4743168.

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

Color convert

RGB09672-
CMYK100.250.62
HSL165º100%18.82%-
HSV(B)165º100%37.65%-
XYZ5.358.837.55-
YUV64.56132.281.95-

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) = 57.14%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=0%
G=57.14%
B=42.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09672100.250.6216510018.82
Hex06048640193Ea56413
Octal01401101440317624514423
Binary011000001001000110010001100111111010100101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006048; }

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

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

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

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

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

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

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

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