Html Css Color HEX #036043 Watercourse

📋 copy color: '#036043'

red 3 ◦ green 96 ◦ blue 67

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

Shades of Watercourse #036043

Tints of Watercourse #036043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.83%

 BLUE value IS 67 (26.56% from 255) = 40.36%

R = 1.81%
G = 57.83%
B = 40.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#036043 (or 0x036043) is known color: Watercourse. HEX triplet: 03, 60 and 43. RGB value is (3,96,67). Sum of RGB (Red+Green+Blue) = 3+96+67=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #036043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036043 is #FC9FBC. Grayscale: #404040. Windows color (decimal): -16555965 or 4415491. OLE color: 4415491.

HSL color Cylindrical-coordinate representation of color #036043: hue angle of 161.29º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036043 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 67 -
CMYK 0.97 0 0.30 0.62
HSL 161.29º 0.94% 0.19% -
HSV(B) 161.29º 0.97% 0.38% -
XYZ 5.23 8.79 6.73 -
YUV 64.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 3 96 67 0.97 0 0.30 0.62 161.29 0.94 0.19
Hex 3 60 43 61 0 1E 3E A1 5E 13
Octal 3 140 103 141 0 36 76 241 136 23
Binary 11 1100000 1000011 1100001 0 11110 111110 10100001 1011110 10011

Color Harmonies of #036043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036043

Black with #036043

Text Example


Text Example

White with #036043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036043; }

 p { color: rgb(3,96,67); }

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

background-color css

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

 a { background-color: rgb(3,96,67); }

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

border-color css

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

 span { border-color: rgb(3,96,67); }

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