Html Css Color HEX #036346 Watercourse

📋 copy color: '#036346'

red 3 ◦ green 99 ◦ blue 70

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

Shades of Watercourse #036346

Tints of Watercourse #036346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.56%

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

R = 1.74%
G = 57.56%
B = 40.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#036346 (or 0x036346) is known color: Watercourse. HEX triplet: 03, 63 and 46. RGB value is (3,99,70). Sum of RGB (Red+Green+Blue) = 3+99+70=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #036346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036346 is #FC9CB9. Grayscale: #434343. Windows color (decimal): -16555194 or 4612867. OLE color: 4612867.

HSL color Cylindrical-coordinate representation of color #036346: hue angle of 161.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036346 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 99 70 -
CMYK 0.97 0 0.29 0.61
HSL 161.88º 0.94% 0.2% -
HSV(B) 161.88º 0.97% 0.39% -
XYZ 5.6 9.39 7.31 -
YUV 66.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 3 99 70 0.97 0 0.29 0.61 161.88 0.94 0.2
Hex 3 63 46 61 0 1D 3D A2 5E 14
Octal 3 143 106 141 0 35 75 242 136 24
Binary 11 1100011 1000110 1100001 0 11101 111101 10100010 1011110 10100

Color Harmonies of #036346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036346

Black with #036346

Text Example


Text Example

White with #036346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036346; }

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

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

background-color css

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

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

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

border-color css

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

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

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