#036342

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

Shades of Watercourse #036342

Tints of Watercourse #036342

Color information

#036342 (or 0x036342) is unknown color: approx Watercourse. HEX triplet: 03, 63 and 42. RGB value is (3,99,66). Sum of RGB (Red+Green+Blue) = 3+99+66=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #036342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036342 is #FC9CBD. Grayscale: #424242. Windows color (decimal): -16555198 or 4350723. OLE color: 4350723.

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

Color convert

RGB39966-
CMYK0.9700.330.61
HSL159.38º94.12%20%-
HSV(B)159.38º96.97%38.82%-
XYZ5.489.346.67-
YUV66.53127.782.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 99 (39.06% from 255) = 58.93%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=1.79%
G=58.93%
B=39.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399660.9700.330.61159.3894.1220
Hex36342610213D9f5e14
Octal31431021410417523713624
Binary11110001110000101100001010000111110110011111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036342; }

 p { color: rgb(3,99,66); }

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

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

 a { background-color: rgb(3,99,66); }

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

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

 span { border-color: rgb(3,99,66); }

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