#00603F

Color #00603F Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #00603F

Tints of Watercourse #00603F

Color information

#00603F (or 0x00603F) is unknown color: approx Watercourse. HEX triplet: 00, 60 and 3F. RGB value is (0,96,63). Sum of RGB (Red+Green+Blue) = 0+96+63=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #00603F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00603F is #FF9FC0. Grayscale: #3F3F3F. Windows color (decimal): -16752577 or 4153344. OLE color: 4153344.

HSL color Cylindrical-coordinate representation of color #00603F: hue angle of 159.38º 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 #00603F is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB09663-
CMYK100.340.62
HSL159.38º100%18.82%-
HSV(B)159.38º100%37.65%-
XYZ5.088.726.12-
YUV63.53127.782.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 60.38%
BLUE value IS 63 (25% from 255) = 39.62%
R=0%
G=60.38%
B=39.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09663100.340.62159.3810018.82
Hex0603F640223E9f6413
Octal0140771440427623714423
Binary011000001111111100100010001011111010011111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00603F;
 }
 .AnyTagClassName
 {
   color: #00603F;
 }
</style>
background-color css

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

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

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

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

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

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