Html Css Color HEX #037142 Watercourse

📋 copy color: '#037142'

red 3 ◦ green 113 ◦ blue 66

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

Shades of Watercourse #037142

Tints of Watercourse #037142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.09%

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 1.65%
G = 62.09%
B = 36.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#037142 (or 0x037142) is known color: Watercourse. HEX triplet: 03, 71 and 42. RGB value is (3,113,66). Sum of RGB (Red+Green+Blue) = 3+113+66=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #037142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037142 is #FC8EBD. Grayscale: #4A4A4A. Windows color (decimal): -16551614 or 4354307. OLE color: 4354307.

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

Color convert

RGB 3 113 66 -
CMYK 0.97 0 0.42 0.56
HSL 154.36º 0.95% 0.23% -
HSV(B) 154.36º 0.97% 0.44% -
XYZ 6.93 12.22 7.15 -
YUV 74.75 123.06 76.82 -
System Red Green Blue C M Y K H S L
Decimal 3 113 66 0.97 0 0.42 0.56 154.36 0.95 0.23
Hex 3 71 42 61 0 2A 38 9A 5F 17
Octal 3 161 102 141 0 52 70 232 137 27
Binary 11 1110001 1000010 1100001 0 101010 111000 10011010 1011111 10111

Color Harmonies of #037142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037142

Black with #037142

Text Example


Text Example

White with #037142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037142; }

 p { color: rgb(3,113,66); }

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

background-color css

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

 a { background-color: rgb(3,113,66); }

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

border-color css

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

 span { border-color: rgb(3,113,66); }

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