Html Css Color HEX #036044 Watercourse

📋 copy color: '#036044'

red 3 ◦ green 96 ◦ blue 68

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

Shades of Watercourse #036044

Tints of Watercourse #036044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40.72%

R = 1.8%
G = 57.49%
B = 40.72%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#036044 (or 0x036044) is known color: Watercourse. HEX triplet: 03, 60 and 44. RGB value is (3,96,68). Sum of RGB (Red+Green+Blue) = 3+96+68=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #036044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036044 is #FC9FBB. Grayscale: #414141. Windows color (decimal): -16555964 or 4481027. OLE color: 4481027.

HSL color Cylindrical-coordinate representation of color #036044: hue angle of 161.94º 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 #036044 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 68 -
CMYK 0.97 0 0.29 0.62
HSL 161.94º 0.94% 0.19% -
HSV(B) 161.94º 0.97% 0.38% -
XYZ 5.26 8.8 6.89 -
YUV 65 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 3 96 68 0.97 0 0.29 0.62 161.94 0.94 0.19
Hex 3 60 44 61 0 1D 3E A2 5E 13
Octal 3 140 104 141 0 35 76 242 136 23
Binary 11 1100000 1000100 1100001 0 11101 111110 10100010 1011110 10011

Color Harmonies of #036044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036044

Black with #036044

Text Example


Text Example

White with #036044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036044; }

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

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

background-color css

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

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

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

border-color css

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

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

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