#00643E

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

Shades of Watercourse #00643E

Tints of Watercourse #00643E

Color information

#00643E (or 0x00643E) is unknown color: approx Watercourse. HEX triplet: 00, 64 and 3E. RGB value is (0,100,62). Sum of RGB (Red+Green+Blue) = 0+100+62=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 100 (39.45% from 255 or 61.73% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 100 - color contains mainly: green. Hex color #00643E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00643E is #FF9BC1. Grayscale: #414141. Windows color (decimal): -16751554 or 4088832. OLE color: 4088832.

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

Color convert

RGB010062-
CMYK100.380.61
HSL157.2º100%19.61%-
HSV(B)157.2º100%39.22%-
XYZ5.439.466.1-
YUV65.77125.8781.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 61.73%
BLUE value IS 62 (24.61% from 255) = 38.27%
R=0%
G=61.73%
B=38.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal010062100.380.61157.210019.61
Hex0643E640263D9d6414
Octal0144761440467523514424
Binary011001001111101100100010011011110110011101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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