#05754A

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

Shades of Watercourse #05754A

Tints of Watercourse #05754A

Color information

#05754A (or 0x05754A) is unknown color: approx Watercourse. HEX triplet: 05, 75 and 4A. RGB value is (5,117,74). Sum of RGB (Red+Green+Blue) = 5+117+74=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #05754A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05754A is #FA8AB5. Grayscale: #4E4E4E. Windows color (decimal): -16419510 or 4879621. OLE color: 4879621.

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

Color convert

RGB511774-
CMYK0.9600.370.54
HSL156.96º91.8%23.92%-
HSV(B)156.96º95.73%45.88%-
XYZ7.6613.258.63-
YUV78.61125.3975.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 117 (46.09% from 255) = 59.69%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=2.55%
G=59.69%
B=37.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117740.9600.370.54156.9691.823.92
Hex5754A60025369d5c18
Octal51651121400456623513430
Binary101111010110010101100000010010111011010011101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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