Html Css Color HEX #036D4B Watercourse

📋 copy color: '#036D4B'

red 3 ◦ green 109 ◦ blue 75

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

Shades of Watercourse #036D4B

Tints of Watercourse #036D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 1.6%
G = 58.29%
B = 40.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#036D4B (or 0x036D4B) is known color: Watercourse. HEX triplet: 03, 6D and 4B. RGB value is (3,109,75). Sum of RGB (Red+Green+Blue) = 3+109+75=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 109 (42.97% from 255 or 58.29% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 109 - color contains mainly: green. Hex color #036D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036D4B is #FC92B4. Grayscale: #494949. Windows color (decimal): -16552629 or 4943107. OLE color: 4943107.

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

Color convert

RGB 3 109 75 -
CMYK 0.97 0 0.31 0.57
HSL 160.75º 0.95% 0.22% -
HSV(B) 160.75º 0.97% 0.43% -
XYZ 6.78 11.46 8.51 -
YUV 73.43 128.88 77.76 -
System Red Green Blue C M Y K H S L
Decimal 3 109 75 0.97 0 0.31 0.57 160.75 0.95 0.22
Hex 3 6D 4B 61 0 1F 39 A1 5F 16
Octal 3 155 113 141 0 37 71 241 137 26
Binary 11 1101101 1001011 1100001 0 11111 111001 10100001 1011111 10110

Color Harmonies of #036D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036D4B

Black with #036D4B

Text Example


Text Example

White with #036D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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