#006242

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

Shades of Watercourse #006242

Tints of Watercourse #006242

Color information

#006242 (or 0x006242) is unknown color: approx Watercourse. HEX triplet: 00, 62 and 42. RGB value is (0,98,66). Sum of RGB (Red+Green+Blue) = 0+98+66=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #006242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006242 is #FF9DBD. Grayscale: #414141. Windows color (decimal): -16752062 or 4350464. OLE color: 4350464.

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

Color convert

RGB09866-
CMYK100.330.62
HSL160.41º100%19.22%-
HSV(B)160.41º100%38.43%-
XYZ5.359.136.63-
YUV65.05128.5381.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 66 (26.17% from 255) = 40.24%
R=0%
G=59.76%
B=40.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09866100.330.62160.4110019.22
Hex06242640213Ea06413
Octal01421021440417624014423
Binary0110001010000101100100010000111111010100000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006242; }

 p { color: rgb(0,98,66); }

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

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

 a { background-color: rgb(0,98,66); }

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

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

 span { border-color: rgb(0,98,66); }

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