Html Css Color HEX #045942 Watercourse

📋 copy color: '#045942'

red 4 ◦ green 89 ◦ blue 66

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

Shades of Watercourse #045942

Tints of Watercourse #045942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.97%

 BLUE value IS 66 (26.17% from 255) = 41.51%

R = 2.52%
G = 55.97%
B = 41.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#045942 (or 0x045942) is known color: Watercourse. HEX triplet: 04, 59 and 42. RGB value is (4,89,66). Sum of RGB (Red+Green+Blue) = 4+89+66=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #045942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045942 is #FBA6BD. Grayscale: #3C3C3C. Windows color (decimal): -16492222 or 4348164. OLE color: 4348164.

HSL color Cylindrical-coordinate representation of color #045942: hue angle of 163.76º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045942 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 89 66 -
CMYK 0.96 0 0.26 0.65
HSL 163.76º 0.91% 0.18% -
HSV(B) 163.76º 0.96% 0.35% -
XYZ 4.61 7.56 6.37 -
YUV 60.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 4 89 66 0.96 0 0.26 0.65 163.76 0.91 0.18
Hex 4 59 42 60 0 1A 41 A4 5B 12
Octal 4 131 102 140 0 32 101 244 133 22
Binary 100 1011001 1000010 1100000 0 11010 1000001 10100100 1011011 10010

Color Harmonies of #045942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045942

Black with #045942

Text Example


Text Example

White with #045942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045942; }

 p { color: rgb(4,89,66); }

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

background-color css

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

 a { background-color: rgb(4,89,66); }

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

border-color css

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

 span { border-color: rgb(4,89,66); }

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