Html Css Color HEX #036842 Watercourse

📋 copy color: '#036842'

red 3 ◦ green 104 ◦ blue 66

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

Shades of Watercourse #036842

Tints of Watercourse #036842

RGB

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

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

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

R = 1.73%
G = 60.12%
B = 38.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#036842 (or 0x036842) is known color: Watercourse. HEX triplet: 03, 68 and 42. RGB value is (3,104,66). Sum of RGB (Red+Green+Blue) = 3+104+66=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #036842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036842 is #FC97BD. Grayscale: #454545. Windows color (decimal): -16553918 or 4352003. OLE color: 4352003.

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

Color convert

RGB 3 104 66 -
CMYK 0.97 0 0.37 0.59
HSL 157.43º 0.94% 0.21% -
HSV(B) 157.43º 0.97% 0.41% -
XYZ 5.97 10.31 6.83 -
YUV 69.47 126.04 80.59 -
System Red Green Blue C M Y K H S L
Decimal 3 104 66 0.97 0 0.37 0.59 157.43 0.94 0.21
Hex 3 68 42 61 0 25 3B 9D 5E 15
Octal 3 150 102 141 0 45 73 235 136 25
Binary 11 1101000 1000010 1100001 0 100101 111011 10011101 1011110 10101

Color Harmonies of #036842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036842

Black with #036842

Text Example


Text Example

White with #036842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036842; }

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

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

background-color css

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

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

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

border-color css

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

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

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