#066548

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

Shades of Watercourse #066548

Tints of Watercourse #066548

Color information

#066548 (or 0x066548) is unknown color: approx Watercourse. HEX triplet: 06, 65 and 48. RGB value is (6,101,72). Sum of RGB (Red+Green+Blue) = 6+101+72=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #066548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066548 is #F99AB7. Grayscale: #454545. Windows color (decimal): -16358072 or 4744454. OLE color: 4744454.

HSL color Cylindrical-coordinate representation of color #066548: hue angle of 161.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066548 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB610172-
CMYK0.9400.290.60
HSL161.68º88.79%20.98%-
HSV(B)161.68º94.06%39.61%-
XYZ5.99.817.71-
YUV69.29129.5382.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 101 (39.84% from 255) = 56.42%
BLUE value IS 72 (28.52% from 255) = 40.22%
R=3.35%
G=56.42%
B=40.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6101720.9400.290.60161.6888.7920.98
Hex665485E01D3Ca25915
Octal61451101360357424213125
Binary11011001011001000101111001110111110010100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066548; }

 p { color: rgb(6,101,72); }

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

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

 a { background-color: rgb(6,101,72); }

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

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

 span { border-color: rgb(6,101,72); }

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