Html Css Color HEX #036D4C Watercourse

📋 copy color: '#036D4C'

red 3 ◦ green 109 ◦ blue 76

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

Shades of Watercourse #036D4C

Tints of Watercourse #036D4C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 57.98%

 BLUE value IS 76 (30.08% from 255) = 40.43%

R = 1.6%
G = 57.98%
B = 40.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.57

RGB Variations

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

Color information

#036D4C (or 0x036D4C) is known color: Watercourse. HEX triplet: 03, 6D and 4C. RGB value is (3,109,76). Sum of RGB (Red+Green+Blue) = 3+109+76=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 109 (42.97% from 255 or 57.98% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 109 - color contains mainly: green. Hex color #036D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036D4C is #FC92B3. Grayscale: #494949. Windows color (decimal): -16552628 or 5008643. OLE color: 5008643.

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

Color convert

RGB 3 109 76 -
CMYK 0.97 0 0.30 0.57
HSL 161.32º 0.95% 0.22% -
HSV(B) 161.32º 0.97% 0.43% -
XYZ 6.81 11.48 8.69 -
YUV 73.54 129.38 77.68 -
System Red Green Blue C M Y K H S L
Decimal 3 109 76 0.97 0 0.30 0.57 161.32 0.95 0.22
Hex 3 6D 4C 61 0 1E 39 A1 5F 16
Octal 3 155 114 141 0 36 71 241 137 26
Binary 11 1101101 1001100 1100001 0 11110 111001 10100001 1011111 10110

Color Harmonies of #036D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036D4C

Black with #036D4C

Text Example


Text Example

White with #036D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,109,76); }

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

background-color css

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

 a { background-color: rgb(3,109,76); }

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

border-color css

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

 span { border-color: rgb(3,109,76); }

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