Html Css Color HEX #045741 Watercourse

📋 copy color: '#045741'

red 4 ◦ green 87 ◦ blue 65

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

Shades of Watercourse #045741

Tints of Watercourse #045741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 41.67%

R = 2.56%
G = 55.77%
B = 41.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#045741 (or 0x045741) is known color: Watercourse. HEX triplet: 04, 57 and 41. RGB value is (4,87,65). Sum of RGB (Red+Green+Blue) = 4+87+65=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #045741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045741 is #FBA8BE. Grayscale: #3B3B3B. Windows color (decimal): -16492735 or 4282116. OLE color: 4282116.

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

Color convert

RGB 4 87 65 -
CMYK 0.95 0 0.25 0.66
HSL 164.1º 0.91% 0.18% -
HSV(B) 164.1º 0.95% 0.34% -
XYZ 4.41 7.22 6.16 -
YUV 59.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 4 87 65 0.95 0 0.25 0.66 164.1 0.91 0.18
Hex 4 57 41 5F 0 19 42 A4 5B 12
Octal 4 127 101 137 0 31 102 244 133 22
Binary 100 1010111 1000001 1011111 0 11001 1000010 10100100 1011011 10010

Color Harmonies of #045741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045741

Black with #045741

Text Example


Text Example

White with #045741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045741; }

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

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

background-color css

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

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

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

border-color css

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

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

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