#067349

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

Shades of Watercourse #067349

Tints of Watercourse #067349

Color information

#067349 (or 0x067349) is unknown color: approx Watercourse. HEX triplet: 06, 73 and 49. RGB value is (6,115,73). Sum of RGB (Red+Green+Blue) = 6+115+73=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #067349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067349 is #F98CB6. Grayscale: #4D4D4D. Windows color (decimal): -16354487 or 4813574. OLE color: 4813574.

HSL color Cylindrical-coordinate representation of color #067349: hue angle of 156.88º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067349 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB611573-
CMYK0.9500.370.55
HSL156.88º90.08%23.73%-
HSV(B)156.88º94.78%45.1%-
XYZ7.4112.788.38-
YUV77.62125.3976.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.09%
GREEN value IS 115 (45.31% from 255) = 59.28%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=3.09%
G=59.28%
B=37.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6115730.9500.370.55156.8890.0823.73
Hex673495F025379d5a18
Octal61631111370456723513230
Binary110111001110010011011111010010111011110011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067349; }

 p { color: rgb(6,115,73); }

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

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

 a { background-color: rgb(6,115,73); }

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

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

 span { border-color: rgb(6,115,73); }

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