Html Css Color HEX #036145 Watercourse

📋 copy color: '#036145'

red 3 ◦ green 97 ◦ blue 69

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

Shades of Watercourse #036145

Tints of Watercourse #036145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.4%

 BLUE value IS 69 (27.34% from 255) = 40.83%

R = 1.78%
G = 57.4%
B = 40.83%

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

#036145 (or 0x036145) is known color: Watercourse. HEX triplet: 03, 61 and 45. RGB value is (3,97,69). Sum of RGB (Red+Green+Blue) = 3+97+69=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #036145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036145 is #FC9EBA. Grayscale: #414141. Windows color (decimal): -16555707 or 4546819. OLE color: 4546819.

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

Color convert

RGB 3 97 69 -
CMYK 0.97 0 0.29 0.62
HSL 162.13º 0.94% 0.2% -
HSV(B) 162.13º 0.97% 0.38% -
XYZ 5.39 9 7.08 -
YUV 65.7 129.86 83.28 -
System Red Green Blue C M Y K H S L
Decimal 3 97 69 0.97 0 0.29 0.62 162.13 0.94 0.2
Hex 3 61 45 61 0 1D 3E A2 5E 14
Octal 3 141 105 141 0 35 76 242 136 24
Binary 11 1100001 1000101 1100001 0 11101 111110 10100010 1011110 10100

Color Harmonies of #036145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036145

Black with #036145

Text Example


Text Example

White with #036145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036145; }

 p { color: rgb(3,97,69); }

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

background-color css

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

 a { background-color: rgb(3,97,69); }

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

border-color css

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

 span { border-color: rgb(3,97,69); }

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