Html Css Color HEX #036652 Watercourse

📋 copy color: '#036652'

red 3 ◦ green 102 ◦ blue 82

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

Shades of Watercourse #036652

Tints of Watercourse #036652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.55%

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 1.6%
G = 54.55%
B = 43.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#036652 (or 0x036652) is known color: Watercourse. HEX triplet: 03, 66 and 52. RGB value is (3,102,82). Sum of RGB (Red+Green+Blue) = 3+102+82=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #036652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036652 is #FC99AD. Grayscale: #464646. Windows color (decimal): -16554414 or 5400067. OLE color: 5400067.

HSL color Cylindrical-coordinate representation of color #036652: hue angle of 167.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036652 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 82 -
CMYK 0.97 0 0.20 0.6
HSL 167.88º 0.94% 0.21% -
HSV(B) 167.88º 0.97% 0.4% -
XYZ 6.31 10.13 9.61 -
YUV 70.12 134.7 80.13 -
System Red Green Blue C M Y K H S L
Decimal 3 102 82 0.97 0 0.20 0.6 167.88 0.94 0.21
Hex 3 66 52 61 0 14 3C A8 5E 15
Octal 3 146 122 141 0 24 74 250 136 25
Binary 11 1100110 1010010 1100001 0 10100 111100 10101000 1011110 10101

Color Harmonies of #036652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036652

Black with #036652

Text Example


Text Example

White with #036652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036652; }

 p { color: rgb(3,102,82); }

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

background-color css

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

 a { background-color: rgb(3,102,82); }

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

border-color css

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

 span { border-color: rgb(3,102,82); }

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