Html Css Color HEX #006540 Watercourse

📋 copy color: '#006540'

red 0 ◦ green 101 ◦ blue 64

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

Shades of Watercourse #006540

Tints of Watercourse #006540

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 101 (39.84% from 255) = 61.21%

 BLUE value IS 64 (25.39% from 255) = 38.79%

R = 0%
G = 61.21%
B = 38.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#006540 (or 0x006540) is known color: Watercourse. HEX triplet: 00, 65 and 40. RGB value is (0,101,64). Sum of RGB (Red+Green+Blue) = 0+101+64=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 101 (39.84% from 255 or 61.21% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 101 - color contains mainly: green. Hex color #006540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006540 is #FF9ABF. Grayscale: #424242. Windows color (decimal): -16751296 or 4220160. OLE color: 4220160.

HSL color Cylindrical-coordinate representation of color #006540: hue angle of 158.02º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006540 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 101 64 -
CMYK 1 0 0.37 0.60
HSL 158.02º 1% 0.2% -
HSV(B) 158.02º 1% 0.4% -
XYZ 5.58 9.68 6.42 -
YUV 66.58 126.54 80.51 -
System Red Green Blue C M Y K H S L
Decimal 0 101 64 1 0 0.37 0.60 158.02 1 0.2
Hex 0 65 40 64 0 25 3C 9E 64 14
Octal 0 145 100 144 0 45 74 236 144 24
Binary 0 1100101 1000000 1100100 0 100101 111100 10011110 1100100 10100

Color Harmonies of #006540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006540

Black with #006540

Text Example


Text Example

White with #006540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006540; }

 p { color: rgb(0,101,64); }

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

background-color css

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

 a { background-color: rgb(0,101,64); }

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

border-color css

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

 span { border-color: rgb(0,101,64); }

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