Html Css Color HEX #036C55 Watercourse

📋 copy color: '#036C55'

red 3 ◦ green 108 ◦ blue 85

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

Shades of Watercourse #036C55

Tints of Watercourse #036C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 55.1%

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

R = 1.53%
G = 55.1%
B = 43.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#036C55 (or 0x036C55) is known color: Watercourse. HEX triplet: 03, 6C and 55. RGB value is (3,108,85). Sum of RGB (Red+Green+Blue) = 3+108+85=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #036C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C55 is #FC93AA. Grayscale: #494949. Windows color (decimal): -16552875 or 5598211. OLE color: 5598211.

HSL color Cylindrical-coordinate representation of color #036C55: hue angle of 166.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C55 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 108 85 -
CMYK 0.97 0 0.21 0.58
HSL 166.86º 0.95% 0.22% -
HSV(B) 166.86º 0.97% 0.42% -
XYZ 7.04 11.4 10.42 -
YUV 73.98 134.21 77.37 -
System Red Green Blue C M Y K H S L
Decimal 3 108 85 0.97 0 0.21 0.58 166.86 0.95 0.22
Hex 3 6C 55 61 0 15 3A A7 5F 16
Octal 3 154 125 141 0 25 72 247 137 26
Binary 11 1101100 1010101 1100001 0 10101 111010 10100111 1011111 10110

Color Harmonies of #036C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C55

Black with #036C55

Text Example


Text Example

White with #036C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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