Html Css Color HEX #045A45 Watercourse

📋 copy color: '#045A45'

red 4 ◦ green 90 ◦ blue 69

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

Shades of Watercourse #045A45

Tints of Watercourse #045A45

RGB

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

 GREEN value IS 90 (35.55% from 255) = 55.21%

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

R = 2.45%
G = 55.21%
B = 42.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#045A45 (or 0x045A45) is known color: Watercourse. HEX triplet: 04, 5A and 45. RGB value is (4,90,69). Sum of RGB (Red+Green+Blue) = 4+90+69=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #045A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A45 is #FBA5BA. Grayscale: #3D3D3D. Windows color (decimal): -16491963 or 4545028. OLE color: 4545028.

HSL color Cylindrical-coordinate representation of color #045A45: hue angle of 165.35º 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 #045A45 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 90 69 -
CMYK 0.96 0 0.23 0.65
HSL 165.35º 0.91% 0.18% -
HSV(B) 165.35º 0.96% 0.35% -
XYZ 4.78 7.77 6.88 -
YUV 61.89 132.01 86.71 -
System Red Green Blue C M Y K H S L
Decimal 4 90 69 0.96 0 0.23 0.65 165.35 0.91 0.18
Hex 4 5A 45 60 0 17 41 A5 5B 12
Octal 4 132 105 140 0 27 101 245 133 22
Binary 100 1011010 1000101 1100000 0 10111 1000001 10100101 1011011 10010

Color Harmonies of #045A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045A45

Black with #045A45

Text Example


Text Example

White with #045A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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