#088041

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

Shades of Salem #088041

Tints of Salem #088041

Color information

#088041 (or 0x088041) is unknown color: approx Salem. HEX triplet: 08, 80 and 41. RGB value is (8,128,65). Sum of RGB (Red+Green+Blue) = 8+128+65=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #088041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088041 is #F77FBE. Grayscale: #555555. Windows color (decimal): -16220095 or 4292616. OLE color: 4292616.

HSL color Cylindrical-coordinate representation of color #088041: hue angle of 148.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088041 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB812865-
CMYK0.9400.490.50
HSL148.5º88.24%26.67%-
HSV(B)148.5º93.75%50.2%-
XYZ8.7715.877.6-
YUV84.94116.7473.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 128 (50.39% from 255) = 63.68%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=3.98%
G=63.68%
B=32.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8128650.9400.490.50148.588.2426.67
Hex880415E0313294581b
Octal102001011360616222413033
Binary10001000000010000011011110011000111001010010100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088041; }

 p { color: rgb(8,128,65); }

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

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

 a { background-color: rgb(8,128,65); }

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

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

 span { border-color: rgb(8,128,65); }

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