Html Css Color HEX #036742 Watercourse

📋 copy color: '#036742'

red 3 ◦ green 103 ◦ blue 66

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

Shades of Watercourse #036742

Tints of Watercourse #036742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 59.88%

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

R = 1.74%
G = 59.88%
B = 38.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#036742 (or 0x036742) is known color: Watercourse. HEX triplet: 03, 67 and 42. RGB value is (3,103,66). Sum of RGB (Red+Green+Blue) = 3+103+66=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #036742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036742 is #FC98BD. Grayscale: #444444. Windows color (decimal): -16554174 or 4351747. OLE color: 4351747.

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

Color convert

RGB 3 103 66 -
CMYK 0.97 0 0.36 0.60
HSL 157.8º 0.94% 0.21% -
HSV(B) 157.8º 0.97% 0.4% -
XYZ 5.87 10.11 6.8 -
YUV 68.88 126.37 81.01 -
System Red Green Blue C M Y K H S L
Decimal 3 103 66 0.97 0 0.36 0.60 157.8 0.94 0.21
Hex 3 67 42 61 0 24 3C 9E 5E 15
Octal 3 147 102 141 0 44 74 236 136 25
Binary 11 1100111 1000010 1100001 0 100100 111100 10011110 1011110 10101

Color Harmonies of #036742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036742

Black with #036742

Text Example


Text Example

White with #036742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036742; }

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

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

background-color css

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

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

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

border-color css

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

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

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