#06843D

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

Shades of Salem #06843D

Tints of Salem #06843D

Color information

#06843D (or 0x06843D) is unknown color: approx Salem. HEX triplet: 06, 84 and 3D. RGB value is (6,132,61). Sum of RGB (Red+Green+Blue) = 6+132+61=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #06843D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06843D is #F97BC2. Grayscale: #565656. Windows color (decimal): -16350147 or 4031494. OLE color: 4031494.

HSL color Cylindrical-coordinate representation of color #06843D: hue angle of 146.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06843D is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB613261-
CMYK0.9500.540.48
HSL146.19º91.3%27.06%-
HSV(B)146.19º95.45%51.76%-
XYZ9.1716.887.19-
YUV86.23113.7670.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 132 (51.95% from 255) = 66.33%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=3.02%
G=66.33%
B=30.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6132610.9500.540.48146.1991.327.06
Hex6843D5F03630925b1b
Octal6204751370666022213333
Binary110100001001111011011111011011011000010010010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,132,61); }

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

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

 a { background-color: rgb(6,132,61); }

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

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

 span { border-color: rgb(6,132,61); }

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