Html Css Color HEX #037241 Watercourse

📋 copy color: '#037241'

red 3 ◦ green 114 ◦ blue 65

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

Shades of Watercourse #037241

Tints of Watercourse #037241

RGB

 RED value IS 3 (1.56% from 255) = 1.65%

 GREEN value IS 114 (44.92% from 255) = 62.64%

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

R = 1.65%
G = 62.64%
B = 35.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#037241 (or 0x037241) is known color: Watercourse. HEX triplet: 03, 72 and 41. RGB value is (3,114,65). Sum of RGB (Red+Green+Blue) = 3+114+65=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #037241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037241 is #FC8DBE. Grayscale: #4B4B4B. Windows color (decimal): -16551359 or 4289027. OLE color: 4289027.

HSL color Cylindrical-coordinate representation of color #037241: hue angle of 153.51º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037241 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 114 65 -
CMYK 0.97 0 0.43 0.55
HSL 153.51º 0.95% 0.23% -
HSV(B) 153.51º 0.97% 0.45% -
XYZ 7.01 12.44 7.03 -
YUV 75.23 122.23 76.48 -
System Red Green Blue C M Y K H S L
Decimal 3 114 65 0.97 0 0.43 0.55 153.51 0.95 0.23
Hex 3 72 41 61 0 2B 37 9A 5F 17
Octal 3 162 101 141 0 53 67 232 137 27
Binary 11 1110010 1000001 1100001 0 101011 110111 10011010 1011111 10111

Color Harmonies of #037241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037241

Black with #037241

Text Example


Text Example

White with #037241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037241; }

 p { color: rgb(3,114,65); }

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

background-color css

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

 a { background-color: rgb(3,114,65); }

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

border-color css

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

 span { border-color: rgb(3,114,65); }

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