#0D8843

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

Shades of Salem #0D8843

Tints of Salem #0D8843

Color information

#0D8843 (or 0x0D8843) is unknown color: approx Salem. HEX triplet: 0D, 88 and 43. RGB value is (13,136,67). Sum of RGB (Red+Green+Blue) = 13+136+67=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 136 (53.52% from 255 or 62.96% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 136 - color contains mainly: green. Hex color #0D8843 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8843 is #F277BC. Grayscale: #5B5B5B. Windows color (decimal): -15890365 or 4425741. OLE color: 4425741.

HSL color Cylindrical-coordinate representation of color #0D8843: hue angle of 146.34º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8843 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1313667-
CMYK0.9000.510.47
HSL146.34º82.55%29.22%-
HSV(B)146.34º90.44%53.33%-
XYZ9.9818.18.28-
YUV91.36114.2572.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.02%
GREEN value IS 136 (53.52% from 255) = 62.96%
BLUE value IS 67 (26.56% from 255) = 31.02%
R=6.02%
G=62.96%
B=31.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13136670.9000.510.47146.3482.5529.22
HexD88435A0332F92531d
Octal152101031320635722212335
Binary11011000100010000111011010011001110111110010010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D8843; }

 p { color: rgb(13,136,67); }

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

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

 a { background-color: rgb(13,136,67); }

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

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

 span { border-color: rgb(13,136,67); }

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