#038150

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

Shades of Watercourse #038150

Tints of Watercourse #038150

Color information

#038150 (or 0x038150) is unknown color: approx Watercourse. HEX triplet: 03, 81 and 50. RGB value is (3,129,80). Sum of RGB (Red+Green+Blue) = 3+129+80=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #038150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038150 is #FC7EAF. Grayscale: #555555. Windows color (decimal): -16547504 or 5275907. OLE color: 5275907.

HSL color Cylindrical-coordinate representation of color #038150: hue angle of 156.67º 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 #038150 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB312980-
CMYK0.9800.380.49
HSL156.67º95.45%25.88%-
HSV(B)156.67º97.67%50.59%-
XYZ9.3416.310.24-
YUV85.74124.7668.98-

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) = 60.85%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=1.42%
G=60.85%
B=37.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3129800.9800.380.49156.6795.4525.88
Hex3815062026319d5f1a
Octal32011201420466123513732
Binary111000000110100001100010010011011000110011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038150; }

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

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

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

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

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

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

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

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