Html Css Color HEX #045D46 Watercourse

📋 copy color: '#045D46'

red 4 ◦ green 93 ◦ blue 70

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

Shades of Watercourse #045D46

Tints of Watercourse #045D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.69%

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

R = 2.4%
G = 55.69%
B = 41.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#045D46 (or 0x045D46) is known color: Watercourse. HEX triplet: 04, 5D and 46. RGB value is (4,93,70). Sum of RGB (Red+Green+Blue) = 4+93+70=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #045D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D46 is #FBA2B9. Grayscale: #3F3F3F. Windows color (decimal): -16491194 or 4611332. OLE color: 4611332.

HSL color Cylindrical-coordinate representation of color #045D46: hue angle of 164.49º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D46 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 93 70 -
CMYK 0.96 0 0.25 0.64
HSL 164.49º 0.92% 0.19% -
HSV(B) 164.49º 0.96% 0.36% -
XYZ 5.07 8.3 7.13 -
YUV 63.77 131.51 85.37 -
System Red Green Blue C M Y K H S L
Decimal 4 93 70 0.96 0 0.25 0.64 164.49 0.92 0.19
Hex 4 5D 46 60 0 19 40 A4 5C 13
Octal 4 135 106 140 0 31 100 244 134 23
Binary 100 1011101 1000110 1100000 0 11001 1000000 10100100 1011100 10011

Color Harmonies of #045D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045D46

Black with #045D46

Text Example


Text Example

White with #045D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045D46; }

 p { color: rgb(4,93,70); }

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

background-color css

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

 a { background-color: rgb(4,93,70); }

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

border-color css

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

 span { border-color: rgb(4,93,70); }

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