Html Css Color HEX #036047 Watercourse

📋 copy color: '#036047'

red 3 ◦ green 96 ◦ blue 71

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

Shades of Watercourse #036047

Tints of Watercourse #036047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.47%

 BLUE value IS 71 (28.13% from 255) = 41.76%

R = 1.76%
G = 56.47%
B = 41.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#036047 (or 0x036047) is known color: Watercourse. HEX triplet: 03, 60 and 47. RGB value is (3,96,71). Sum of RGB (Red+Green+Blue) = 3+96+71=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #036047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036047 is #FC9FB8. Grayscale: #414141. Windows color (decimal): -16555961 or 4677635. OLE color: 4677635.

HSL color Cylindrical-coordinate representation of color #036047: hue angle of 163.87º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036047 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 71 -
CMYK 0.97 0 0.26 0.62
HSL 163.87º 0.94% 0.19% -
HSV(B) 163.87º 0.97% 0.38% -
XYZ 5.36 8.84 7.39 -
YUV 65.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 3 96 71 0.97 0 0.26 0.62 163.87 0.94 0.19
Hex 3 60 47 61 0 1A 3E A4 5E 13
Octal 3 140 107 141 0 32 76 244 136 23
Binary 11 1100000 1000111 1100001 0 11010 111110 10100100 1011110 10011

Color Harmonies of #036047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036047

Black with #036047

Text Example


Text Example

White with #036047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036047; }

 p { color: rgb(3,96,71); }

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

background-color css

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

 a { background-color: rgb(3,96,71); }

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

border-color css

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

 span { border-color: rgb(3,96,71); }

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