#03814F

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

Shades of Watercourse #03814F

Tints of Watercourse #03814F

Color information

#03814F (or 0x03814F) is unknown color: approx Watercourse. HEX triplet: 03, 81 and 4F. RGB value is (3,129,79). Sum of RGB (Red+Green+Blue) = 3+129+79=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #03814F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03814F is #FC7EB0. Grayscale: #555555. Windows color (decimal): -16547505 or 5210371. OLE color: 5210371.

HSL color Cylindrical-coordinate representation of color #03814F: hue angle of 156.19º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03814F is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB312979-
CMYK0.9800.390.49
HSL156.19º95.45%25.88%-
HSV(B)156.19º97.67%50.59%-
XYZ9.316.2810.05-
YUV85.63124.2669.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 129 (50.78% from 255) = 61.14%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=1.42%
G=61.14%
B=37.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3129790.9800.390.49156.1995.4525.88
Hex3814F62027319c5f1a
Octal32011171420476123413732
Binary111000000110011111100010010011111000110011100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,129,79); }

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

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

 a { background-color: rgb(3,129,79); }

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

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

 span { border-color: rgb(3,129,79); }

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