#00553D

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

Shades of Watercourse #00553D

Tints of Watercourse #00553D

Color information

#00553D (or 0x00553D) is unknown color: approx Watercourse. HEX triplet: 00, 55 and 3D. RGB value is (0,85,61). Sum of RGB (Red+Green+Blue) = 0+85+61=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #00553D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00553D is #FFAAC2. Grayscale: #383838. Windows color (decimal): -16755395 or 4019456. OLE color: 4019456.

HSL color Cylindrical-coordinate representation of color #00553D: hue angle of 163.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00553D is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB08561-
CMYK100.280.67
HSL163.06º100%16.67%-
HSV(B)163.06º100%33.33%-
XYZ4.096.835.52-
YUV56.85130.3487.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=0%
G=58.22%
B=41.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08561100.280.67163.0610016.67
Hex0553D6401C43a36411
Octal01257514403410324314421
Binary010101011111011100100011100100001110100011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,85,61); }

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

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

 a { background-color: rgb(0,85,61); }

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

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

 span { border-color: rgb(0,85,61); }

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