Html Css Color HEX #006546 Watercourse

📋 copy color: '#006546'

red 0 ◦ green 101 ◦ blue 70

#006546
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #006546

Tints of Watercourse #006546

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 101 (39.84% from 255) = 59.06%

 BLUE value IS 70 (27.73% from 255) = 40.94%

R = 0%
G = 59.06%
B = 40.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#006546 (or 0x006546) is known color: Watercourse. HEX triplet: 00, 65 and 46. RGB value is (0,101,70). Sum of RGB (Red+Green+Blue) = 0+101+70=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #006546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006546 is #FF9AB9. Grayscale: #434343. Windows color (decimal): -16751290 or 4613376. OLE color: 4613376.

HSL color Cylindrical-coordinate representation of color #006546: hue angle of 161.58º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006546 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 101 70 -
CMYK 1 0 0.31 0.60
HSL 161.58º 1% 0.2% -
HSV(B) 161.58º 1% 0.4% -
XYZ 5.76 9.75 7.37 -
YUV 67.27 129.54 80.02 -
System Red Green Blue C M Y K H S L
Decimal 0 101 70 1 0 0.31 0.60 161.58 1 0.2
Hex 0 65 46 64 0 1F 3C A2 64 14
Octal 0 145 106 144 0 37 74 242 144 24
Binary 0 1100101 1000110 1100100 0 11111 111100 10100010 1100100 10100

Color Harmonies of #006546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006546

Black with #006546

Text Example


Text Example

White with #006546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006546; }

 p { color: rgb(0,101,70); }

 H1.HeaderClassName
 {
   color: #006546;
 }
 .AnyTagClassName
 {
   color: #006546;
 }
</style>

background-color css

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

 a { background-color: rgb(0,101,70); }

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

border-color css

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

 span { border-color: rgb(0,101,70); }

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