Html Css Color HEX #045842 Watercourse

📋 copy color: '#045842'

red 4 ◦ green 88 ◦ blue 66

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

Shades of Watercourse #045842

Tints of Watercourse #045842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55.7%

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

R = 2.53%
G = 55.7%
B = 41.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#045842 (or 0x045842) is known color: Watercourse. HEX triplet: 04, 58 and 42. RGB value is (4,88,66). Sum of RGB (Red+Green+Blue) = 4+88+66=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #045842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045842 is #FBA7BD. Grayscale: #3C3C3C. Windows color (decimal): -16492478 or 4347908. OLE color: 4347908.

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

Color convert

RGB 4 88 66 -
CMYK 0.95 0 0.25 0.65
HSL 164.29º 0.91% 0.18% -
HSV(B) 164.29º 0.95% 0.35% -
XYZ 4.52 7.4 6.34 -
YUV 60.38 131.17 87.79 -
System Red Green Blue C M Y K H S L
Decimal 4 88 66 0.95 0 0.25 0.65 164.29 0.91 0.18
Hex 4 58 42 5F 0 19 41 A4 5B 12
Octal 4 130 102 137 0 31 101 244 133 22
Binary 100 1011000 1000010 1011111 0 11001 1000001 10100100 1011011 10010

Color Harmonies of #045842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045842

Black with #045842

Text Example


Text Example

White with #045842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045842; }

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

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

background-color css

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

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

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

border-color css

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

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

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