Html Css Color HEX #045745 Watercourse

📋 copy color: '#045745'

red 4 ◦ green 87 ◦ blue 69

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

Shades of Watercourse #045745

Tints of Watercourse #045745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 54.38%

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

R = 2.5%
G = 54.38%
B = 43.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#045745 (or 0x045745) is known color: Watercourse. HEX triplet: 04, 57 and 45. RGB value is (4,87,69). Sum of RGB (Red+Green+Blue) = 4+87+69=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #045745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045745 is #FBA8BA. Grayscale: #3C3C3C. Windows color (decimal): -16492731 or 4544260. OLE color: 4544260.

HSL color Cylindrical-coordinate representation of color #045745: hue angle of 166.99º 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 #045745 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 87 69 -
CMYK 0.95 0 0.21 0.66
HSL 166.99º 0.91% 0.18% -
HSV(B) 166.99º 0.95% 0.34% -
XYZ 4.53 7.27 6.79 -
YUV 60.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 4 87 69 0.95 0 0.21 0.66 166.99 0.91 0.18
Hex 4 57 45 5F 0 15 42 A7 5B 12
Octal 4 127 105 137 0 25 102 247 133 22
Binary 100 1010111 1000101 1011111 0 10101 1000010 10100111 1011011 10010

Color Harmonies of #045745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045745

Black with #045745

Text Example


Text Example

White with #045745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045745; }

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

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

background-color css

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

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

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

border-color css

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

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

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