#03754A

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

Shades of Watercourse #03754A

Tints of Watercourse #03754A

Color information

#03754A (or 0x03754A) is unknown color: approx Watercourse. HEX triplet: 03, 75 and 4A. RGB value is (3,117,74). Sum of RGB (Red+Green+Blue) = 3+117+74=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #03754A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03754A is #FC8AB5. Grayscale: #4E4E4E. Windows color (decimal): -16550582 or 4879619. OLE color: 4879619.

HSL color Cylindrical-coordinate representation of color #03754A: hue angle of 157.37º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03754A is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB311774-
CMYK0.9700.370.54
HSL157.37º95%23.53%-
HSV(B)157.37º97.44%45.88%-
XYZ7.6313.248.63-
YUV78.01125.7374.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 117 (46.09% from 255) = 60.31%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=1.55%
G=60.31%
B=38.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3117740.9700.370.54157.379523.53
Hex3754A61025369d5f18
Octal31651121410456623513730
Binary11111010110010101100001010010111011010011101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03754A; }

 p { color: rgb(3,117,74); }

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

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

 a { background-color: rgb(3,117,74); }

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

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

 span { border-color: rgb(3,117,74); }

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