Html Css Color HEX #046645 Watercourse

📋 copy color: '#046645'

red 4 ◦ green 102 ◦ blue 69

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

Shades of Watercourse #046645

Tints of Watercourse #046645

RGB

 RED value IS 4 (1.95% from 255) = 2.29%

 GREEN value IS 102 (40.23% from 255) = 58.29%

 BLUE value IS 69 (27.34% from 255) = 39.43%

R = 2.29%
G = 58.29%
B = 39.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.6

RGB Variations

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

Color information

#046645 (or 0x046645) is known color: Watercourse. HEX triplet: 04, 66 and 45. RGB value is (4,102,69). Sum of RGB (Red+Green+Blue) = 4+102+69=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #046645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046645 is #FB99BA. Grayscale: #444444. Windows color (decimal): -16488891 or 4548100. OLE color: 4548100.

HSL color Cylindrical-coordinate representation of color #046645: hue angle of 159.8º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046645 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 102 69 -
CMYK 0.96 0 0.32 0.6
HSL 159.8º 0.92% 0.21% -
HSV(B) 159.8º 0.96% 0.4% -
XYZ 5.88 9.96 7.24 -
YUV 68.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 4 102 69 0.96 0 0.32 0.6 159.8 0.92 0.21
Hex 4 66 45 60 0 20 3C A0 5C 15
Octal 4 146 105 140 0 40 74 240 134 25
Binary 100 1100110 1000101 1100000 0 100000 111100 10100000 1011100 10101

Color Harmonies of #046645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046645

Black with #046645

Text Example


Text Example

White with #046645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046645; }

 p { color: rgb(4,102,69); }

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

background-color css

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

 a { background-color: rgb(4,102,69); }

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

border-color css

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

 span { border-color: rgb(4,102,69); }

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