Html Css Color HEX #036B4B Watercourse

📋 copy color: '#036B4B'

red 3 ◦ green 107 ◦ blue 75

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

Shades of Watercourse #036B4B

Tints of Watercourse #036B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 57.84%

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

R = 1.62%
G = 57.84%
B = 40.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#036B4B (or 0x036B4B) is known color: Watercourse. HEX triplet: 03, 6B and 4B. RGB value is (3,107,75). Sum of RGB (Red+Green+Blue) = 3+107+75=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #036B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036B4B is #FC94B4. Grayscale: #484848. Windows color (decimal): -16553141 or 4942595. OLE color: 4942595.

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

Color convert

RGB 3 107 75 -
CMYK 0.97 0 0.30 0.58
HSL 161.54º 0.95% 0.22% -
HSV(B) 161.54º 0.97% 0.42% -
XYZ 6.57 11.04 8.44 -
YUV 72.26 129.54 78.6 -
System Red Green Blue C M Y K H S L
Decimal 3 107 75 0.97 0 0.30 0.58 161.54 0.95 0.22
Hex 3 6B 4B 61 0 1E 3A A2 5F 16
Octal 3 153 113 141 0 36 72 242 137 26
Binary 11 1101011 1001011 1100001 0 11110 111010 10100010 1011111 10110

Color Harmonies of #036B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036B4B

Black with #036B4B

Text Example


Text Example

White with #036B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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