Html Css Color HEX #036251 Watercourse

📋 copy color: '#036251'

red 3 ◦ green 98 ◦ blue 81

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

Shades of Watercourse #036251

Tints of Watercourse #036251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.85%

 BLUE value IS 81 (32.03% from 255) = 44.51%

R = 1.65%
G = 53.85%
B = 44.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#036251 (or 0x036251) is known color: Watercourse. HEX triplet: 03, 62 and 51. RGB value is (3,98,81). Sum of RGB (Red+Green+Blue) = 3+98+81=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #036251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036251 is #FC9DAE. Grayscale: #434343. Windows color (decimal): -16555439 or 5333507. OLE color: 5333507.

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

Color convert

RGB 3 98 81 -
CMYK 0.97 0 0.17 0.62
HSL 169.26º 0.94% 0.2% -
HSV(B) 169.26º 0.97% 0.38% -
XYZ 5.89 9.35 9.28 -
YUV 67.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 3 98 81 0.97 0 0.17 0.62 169.26 0.94 0.2
Hex 3 62 51 61 0 11 3E A9 5E 14
Octal 3 142 121 141 0 21 76 251 136 24
Binary 11 1100010 1010001 1100001 0 10001 111110 10101001 1011110 10100

Color Harmonies of #036251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036251

Black with #036251

Text Example


Text Example

White with #036251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036251; }

 p { color: rgb(3,98,81); }

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

background-color css

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

 a { background-color: rgb(3,98,81); }

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

border-color css

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

 span { border-color: rgb(3,98,81); }

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