#008445

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

Shades of Salem #008445

Tints of Salem #008445

Color information

#008445 (or 0x008445) is unknown color: approx Salem. HEX triplet: 00, 84 and 45. RGB value is (0,132,69). Sum of RGB (Red+Green+Blue) = 0+132+69=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #008445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008445 is #FF7BBA. Grayscale: #555555. Windows color (decimal): -16743355 or 4555776. OLE color: 4555776.

HSL color Cylindrical-coordinate representation of color #008445: hue angle of 151.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008445 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB013269-
CMYK100.480.48
HSL151.36º100%25.88%-
HSV(B)151.36º100%51.76%-
XYZ9.3316.938.41-
YUV85.35118.7767.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 65.67%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=0%
G=65.67%
B=34.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013269100.480.48151.3610025.88
Hex08445640303097641a
Octal02041051440606022714432
Binary01000010010001011100100011000011000010010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008445; }

 p { color: rgb(0,132,69); }

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

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

 a { background-color: rgb(0,132,69); }

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

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

 span { border-color: rgb(0,132,69); }

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