#005c4a

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

Shades of Watercourse #005C4A

Tints of Watercourse #005C4A

Color information

#005C4A (or 0x005C4A) is unknown color: approx Watercourse. HEX triplet: 00, 5C and 4A. RGB value is (0,92,74). Sum of RGB (Red+Green+Blue) = 0+92+74=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #005C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005C4A is #FFA3B5. Grayscale: #3E3E3E. Windows color (decimal): -16753590 or 4873216. OLE color: 4873216.

HSL color Cylindrical-coordinate representation of color #005C4A: hue angle of 168.26º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C4A is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB09274-
CMYK100.200.64
HSL168.26º100%18.04%-
HSV(B)168.26º100%36.08%-
XYZ5.068.157.78-
YUV62.44134.5283.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 92 (36.33% from 255) = 55.42%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=0%
G=55.42%
B=44.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal09274100.200.64168.2610018.04
Hex05C4A6401440a86412
Octal013411214402410025014422
Binary0101110010010101100100010100100000010101000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005c4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005c4a; }

 p { color: rgb(0,92,74); }

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

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

 a { background-color: rgb(0,92,74); }

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

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

 span { border-color: rgb(0,92,74); }

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