Html Css Color HEX #036855 Watercourse

📋 copy color: '#036855'

red 3 ◦ green 104 ◦ blue 85

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

Shades of Watercourse #036855

Tints of Watercourse #036855

RGB

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

 GREEN value IS 104 (41.02% from 255) = 54.17%

 BLUE value IS 85 (33.59% from 255) = 44.27%

R = 1.56%
G = 54.17%
B = 44.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#036855 (or 0x036855) is known color: Watercourse. HEX triplet: 03, 68 and 55. RGB value is (3,104,85). Sum of RGB (Red+Green+Blue) = 3+104+85=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #036855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036855 is #FC97AA. Grayscale: #474747. Windows color (decimal): -16553899 or 5597187. OLE color: 5597187.

HSL color Cylindrical-coordinate representation of color #036855: hue angle of 168.71º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036855 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 85 -
CMYK 0.97 0 0.18 0.59
HSL 168.71º 0.94% 0.21% -
HSV(B) 168.71º 0.97% 0.41% -
XYZ 6.63 10.58 10.29 -
YUV 71.64 135.54 79.04 -
System Red Green Blue C M Y K H S L
Decimal 3 104 85 0.97 0 0.18 0.59 168.71 0.94 0.21
Hex 3 68 55 61 0 12 3B A9 5E 15
Octal 3 150 125 141 0 22 73 251 136 25
Binary 11 1101000 1010101 1100001 0 10010 111011 10101001 1011110 10101

Color Harmonies of #036855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036855

Black with #036855

Text Example


Text Example

White with #036855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036855; }

 p { color: rgb(3,104,85); }

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

background-color css

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

 a { background-color: rgb(3,104,85); }

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

border-color css

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

 span { border-color: rgb(3,104,85); }

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