Html Css Color HEX #036B42 Watercourse

📋 copy color: '#036B42'

red 3 ◦ green 107 ◦ blue 66

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

Shades of Watercourse #036B42

Tints of Watercourse #036B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 60.8%

 BLUE value IS 66 (26.17% from 255) = 37.5%

R = 1.7%
G = 60.8%
B = 37.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#036B42 (or 0x036B42) is known color: Watercourse. HEX triplet: 03, 6B and 42. RGB value is (3,107,66). Sum of RGB (Red+Green+Blue) = 3+107+66=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #036B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036B42 is #FC94BD. Grayscale: #474747. Windows color (decimal): -16553150 or 4352771. OLE color: 4352771.

HSL color Cylindrical-coordinate representation of color #036B42: hue angle of 156.35º 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 #036B42 is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 107 66 -
CMYK 0.97 0 0.38 0.58
HSL 156.35º 0.95% 0.22% -
HSV(B) 156.35º 0.97% 0.42% -
XYZ 6.28 10.93 6.93 -
YUV 71.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 3 107 66 0.97 0 0.38 0.58 156.35 0.95 0.22
Hex 3 6B 42 61 0 26 3A 9C 5F 16
Octal 3 153 102 141 0 46 72 234 137 26
Binary 11 1101011 1000010 1100001 0 100110 111010 10011100 1011111 10110

Color Harmonies of #036B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036B42

Black with #036B42

Text Example


Text Example

White with #036B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,107,66); }

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

background-color css

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

 a { background-color: rgb(3,107,66); }

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

border-color css

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

 span { border-color: rgb(3,107,66); }

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