Html Css Color HEX #036046 Watercourse

📋 copy color: '#036046'

red 3 ◦ green 96 ◦ blue 70

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

Shades of Watercourse #036046

Tints of Watercourse #036046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 41.42%

R = 1.78%
G = 56.8%
B = 41.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#036046 (or 0x036046) is known color: Watercourse. HEX triplet: 03, 60 and 46. RGB value is (3,96,70). Sum of RGB (Red+Green+Blue) = 3+96+70=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #036046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036046 is #FC9FB9. Grayscale: #414141. Windows color (decimal): -16555962 or 4612099. OLE color: 4612099.

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

Color convert

RGB 3 96 70 -
CMYK 0.97 0 0.27 0.62
HSL 163.23º 0.94% 0.19% -
HSV(B) 163.23º 0.97% 0.38% -
XYZ 5.33 8.83 7.22 -
YUV 65.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 3 96 70 0.97 0 0.27 0.62 163.23 0.94 0.19
Hex 3 60 46 61 0 1B 3E A3 5E 13
Octal 3 140 106 141 0 33 76 243 136 23
Binary 11 1100000 1000110 1100001 0 11011 111110 10100011 1011110 10011

Color Harmonies of #036046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036046

Black with #036046

Text Example


Text Example

White with #036046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036046; }

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

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

background-color css

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

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

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

border-color css

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

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

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