#005c43

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

Shades of Watercourse #005C43

Tints of Watercourse #005C43

Color information

#005C43 (or 0x005C43) is unknown color: approx Watercourse. HEX triplet: 00, 5C and 43. RGB value is (0,92,67). Sum of RGB (Red+Green+Blue) = 0+92+67=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #005C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005C43 is #FFA3BC. Grayscale: #3D3D3D. Windows color (decimal): -16753597 or 4414464. OLE color: 4414464.

HSL color Cylindrical-coordinate representation of color #005C43: hue angle of 163.7º 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 #005C43 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB09267-
CMYK100.270.64
HSL163.7º100%18.04%-
HSV(B)163.7º100%36.08%-
XYZ4.848.066.61-
YUV61.64131.0284.03-

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) = 57.86%
BLUE value IS 67 (26.56% from 255) = 42.14%
R=0%
G=57.86%
B=42.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal09267100.270.64163.710018.04
Hex05C436401B40a46412
Octal013410314403310024414422
Binary0101110010000111100100011011100000010100100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005c43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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