#038251

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

Shades of Watercourse #038251

Tints of Watercourse #038251

Color information

#038251 (or 0x038251) is unknown color: approx Watercourse. HEX triplet: 03, 82 and 51. RGB value is (3,130,81). Sum of RGB (Red+Green+Blue) = 3+130+81=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #038251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038251 is #FC7DAE. Grayscale: #565656. Windows color (decimal): -16547247 or 5341699. OLE color: 5341699.

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

Color convert

RGB313081-
CMYK0.9800.380.49
HSL156.85º95.49%26.08%-
HSV(B)156.85º97.69%50.98%-
XYZ9.5116.5810.48-
YUV86.44124.9268.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 130 (51.17% from 255) = 60.75%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=1.40%
G=60.75%
B=37.85%

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
Decimal3130810.9800.380.49156.8595.4926.08
Hex3825162026319d5f1a
Octal32021211420466123513732
Binary111000001010100011100010010011011000110011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038251; }

 p { color: rgb(3,130,81); }

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

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

 a { background-color: rgb(3,130,81); }

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

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

 span { border-color: rgb(3,130,81); }

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