Html Css Color HEX #00603E Watercourse

📋 copy color: '#00603E'

red 0 ◦ green 96 ◦ blue 62

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

Shades of Watercourse #00603E

Tints of Watercourse #00603E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60.76%

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 0%
G = 60.76%
B = 39.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#00603E (or 0x00603E) is known color: Watercourse. HEX triplet: 00, 60 and 3E. RGB value is (0,96,62). Sum of RGB (Red+Green+Blue) = 0+96+62=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #00603E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00603E is #FF9FC1. Grayscale: #3F3F3F. Windows color (decimal): -16752578 or 4087808. OLE color: 4087808.

HSL color Cylindrical-coordinate representation of color #00603E: hue angle of 158.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00603E is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 96 62 -
CMYK 1 0 0.35 0.62
HSL 158.75º 1% 0.19% -
HSV(B) 158.75º 1% 0.38% -
XYZ 5.05 8.71 5.97 -
YUV 63.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 0 96 62 1 0 0.35 0.62 158.75 1 0.19
Hex 0 60 3E 64 0 23 3E 9F 64 13
Octal 0 140 76 144 0 43 76 237 144 23
Binary 0 1100000 111110 1100100 0 100011 111110 10011111 1100100 10011

Color Harmonies of #00603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00603E

Black with #00603E

Text Example


Text Example

White with #00603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00603E; }

 p { color: rgb(0,96,62); }

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

background-color css

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

 a { background-color: rgb(0,96,62); }

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

border-color css

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

 span { border-color: rgb(0,96,62); }

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