#05883A

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

Shades of Salem #05883A

Tints of Salem #05883A

Color information

#05883A (or 0x05883A) is unknown color: approx Salem. HEX triplet: 05, 88 and 3A. RGB value is (5,136,58). Sum of RGB (Red+Green+Blue) = 5+136+58=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 136 (53.52% from 255 or 68.34% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 136 - color contains mainly: green. Hex color #05883A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05883A is #FA77C5. Grayscale: #585858. Windows color (decimal): -16414662 or 3835909. OLE color: 3835909.

HSL color Cylindrical-coordinate representation of color #05883A: hue angle of 144.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05883A is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB513658-
CMYK0.9600.570.47
HSL144.27º92.91%27.65%-
HSV(B)144.27º96.32%53.33%-
XYZ9.6317.956.96-
YUV87.94111.168.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 136 (53.52% from 255) = 68.34%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=2.51%
G=68.34%
B=29.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5136580.9600.570.47144.2792.9127.65
Hex5883A600392F905d1c
Octal5210721400715722013534
Binary101100010001110101100000011100110111110010000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05883A; }

 p { color: rgb(5,136,58); }

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

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

 a { background-color: rgb(5,136,58); }

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

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

 span { border-color: rgb(5,136,58); }

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