#05734D

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

Shades of Watercourse #05734D

Tints of Watercourse #05734D

Color information

#05734D (or 0x05734D) is unknown color: approx Watercourse. HEX triplet: 05, 73 and 4D. RGB value is (5,115,77). Sum of RGB (Red+Green+Blue) = 5+115+77=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #05734D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05734D is #FA8CB2. Grayscale: #4D4D4D. Windows color (decimal): -16420019 or 5075717. OLE color: 5075717.

HSL color Cylindrical-coordinate representation of color #05734D: hue angle of 159.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05734D is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB511577-
CMYK0.9600.330.55
HSL159.27º91.67%23.53%-
HSV(B)159.27º95.65%45.1%-
XYZ7.5312.839.1-
YUV77.78127.5676.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 115 (45.31% from 255) = 58.38%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=2.54%
G=58.38%
B=39.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5115770.9600.330.55159.2791.6723.53
Hex5734D60021379f5c18
Octal51631151400416723713430
Binary101111001110011011100000010000111011110011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05734D; }

 p { color: rgb(5,115,77); }

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

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

 a { background-color: rgb(5,115,77); }

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

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

 span { border-color: rgb(5,115,77); }

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