Html Css Color HEX #045641 Watercourse

📋 copy color: '#045641'

red 4 ◦ green 86 ◦ blue 65

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

Shades of Watercourse #045641

Tints of Watercourse #045641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 55.48%

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 2.58%
G = 55.48%
B = 41.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#045641 (or 0x045641) is known color: Watercourse. HEX triplet: 04, 56 and 41. RGB value is (4,86,65). Sum of RGB (Red+Green+Blue) = 4+86+65=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #045641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045641 is #FBA9BE. Grayscale: #3B3B3B. Windows color (decimal): -16492991 or 4281860. OLE color: 4281860.

HSL color Cylindrical-coordinate representation of color #045641: hue angle of 164.63º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045641 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 86 65 -
CMYK 0.95 0 0.24 0.66
HSL 164.63º 0.91% 0.18% -
HSV(B) 164.63º 0.95% 0.34% -
XYZ 4.33 7.06 6.14 -
YUV 59.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 4 86 65 0.95 0 0.24 0.66 164.63 0.91 0.18
Hex 4 56 41 5F 0 18 42 A5 5B 12
Octal 4 126 101 137 0 30 102 245 133 22
Binary 100 1010110 1000001 1011111 0 11000 1000010 10100101 1011011 10010

Color Harmonies of #045641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045641

Black with #045641

Text Example


Text Example

White with #045641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045641; }

 p { color: rgb(4,86,65); }

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

background-color css

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

 a { background-color: rgb(4,86,65); }

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

border-color css

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

 span { border-color: rgb(4,86,65); }

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